Advanced Gamepad example fix

This commit is contained in:
Nico 2015-01-10 00:21:17 +01:00
parent 044e855c2e
commit 24feb745e8
2 changed files with 1 additions and 3 deletions

View file

@ -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?
```

View file

@ -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;