Search found 1 match
- Mon Feb 09, 2015 5:13 am
- Forum: V-USB
- Topic: Joystick axis not updating properly.
- Replies: 2
- Views: 4710
Joystick axis not updating properly.
Okay, so I have and Atmega328p running on my own board with seven buttons and two axis set up. Here is the report descriptor I am using. PROGMEM const char usbHidReportDescriptor[43]= { 0x05, 0x01, // USAGE_PAGE (Generic Desktop) 0x09, 0x04, // USAGE (Joystick) 0xa1, 0x01, // COLLECTION (Application...