Hi
i wonder if there is anyone who has succesfully implemented a mouse device!?
/n
mouse device...
Re: mouse device...
niklo wrote:Hi
i wonder if there is anyone who has succesfully implemented a mouse device!?
/n
I did, but it is build on 6 buttons (up, down, left, right, lmb, rmb).. It works.. This was for tests only.. It is based on HIDKeys project from this site..
Cursor's speed is constant (value can be changed in firmware's main.c)
EDIT: Of course I've implemented mouse's HID device descriptor, but it's quite easy to do..
Now I'm working on IR remote controlled mouse, when it'll be done, I put it on my site with little info and link to it here and send info to OBDEV
aylee00 wrote:Hi,
I'm trying to build a mouse type device, and I was wondering if I could see how you( ksz) implemented it. Thanks!
Sorry for late response. Off course you can, here you'll find sources:
http://szczuka.eu/avr/mouse-buttons/
Note, that I'm not developing it any more, so "it is AS IS"
EDIT:
And here's done my IRMouse project:
http://szczuka.eu/avr/irmouse.php
Thanks!
My friend and I were trying to build a mouse/touchpad device for a school project.
If anyone's interested, the link is below. We converted the HIDKeys demo code to accept mouse params for the USB.
Site Link here
My friend and I were trying to build a mouse/touchpad device for a school project.
If anyone's interested, the link is below. We converted the HIDKeys demo code to accept mouse params for the USB.
Site Link here