• How to make a mouse autoclicker?
    if(radio_data[APP_MOUSE_BUTTONS]==0x09) { } else if(radio_data[APP_MOUSE_BUTTONS]==0x0A) { } how to modify the button to autoclicker? Thanks!
  • Using Mouse with 8051
    can any one tell me how can we use a mouse with 8051 microcontroller??? How can we read the bits sent by mouse? Do we have to poll or we can use an interrupt...
  • Touchpad mouse using lpc2148
    I am using ARM as HID and have interfaced touchpad to the lpc2148,,, now i want to convert the ADC values obtained at the o/p ports as the movements of the mouse pointer (i.e touchpad mouse) please provide...
  • assign mouse click to shortcut
    Hello, Is in keil uVision 5 option to set shortcut from mouse click? Regards, Adrian
  • USB Keyboard/Mouse HID
    Hi, I'm trying to implement a mouse and keyboard via my LPC2378 ARM chip. I have the mouse working correctly using the Keil USB classes. How would I go about implementing the keyboard side on the...