Advanced Gamepad example fix
This commit is contained in:
parent
044e855c2e
commit
24feb745e8
2 changed files with 1 additions and 3 deletions
|
|
@ -161,6 +161,7 @@ update Burning via ISP (advanced)
|
|||
Test with Android phone (HL1)
|
||||
"Emulate" HL1 protocol
|
||||
test no usb function with leonardo (usb workaround?)
|
||||
test gamepad under linux, maybe remove keyboard?
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -8,9 +8,6 @@
|
|||
sketchbook/hardware/HID/avr/variants/hid_descriptors/hid_descriptors.h
|
||||
*/
|
||||
|
||||
// see HID_Reports.h for all data structures
|
||||
HID_GamepadReport_Data_t Gamepadreport;
|
||||
|
||||
const int pinLed = LED_BUILTIN;
|
||||
const int pinButton = 2;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue