Bilal
Joined: 24 Apr 2010 Posts: 75 Location: Islamabad
|
usb mouse data |
Posted: Fri Mar 25, 2011 6:46 am |
|
|
Hi I want to make a usb mouse with PIC18F4550.
In ex_usb_mouse.c
Code: |
#define MOUSE_SEQUENCE_STEPS 16
const char mouse_seq[MOUSE_SEQUENCE_STEPS]=
{0, 1, 3, 4, 4, 4, 3, 1, 0, -1, -3, -4, -4, -4, -3, -1};
|
this code it to move the mouse arrow in circles.
Please anyone give some data to read so I can make arrays to move arrow as I want to.
Thanks _________________ ... |
|