Commit e9d9280d4eb1af079e37f26fb12bd1346d3cbada

Authored by gperson
1 parent 2caf5343

Changement des nouvelles interfaces en OUT a l place de IN, mais ca n'a pas l'air de fonctionner =(

src/lufa-LUFA-170418/LUFA/Drivers/Board/AVR8/PINGUI/.Buttons.h.swp deleted
No preview for this file type
src/lufa-LUFA-170418/PolytechLille/Manette/Descriptors.h
... ... @@ -86,8 +86,8 @@
86 86 /* Macros: */
87 87 /** Endpoint address of the Joystick HID reporting IN endpoint. */
88 88 #define JOYSTICK_EPADDR (ENDPOINT_DIR_IN | 1)
89   - #define LEDS_EPADDR (ENDPOINT_DIR_IN | 6)
90   - #define VIBRATORS_EPADDR (ENDPOINT_DIR_IN | 7)
  89 + #define LEDS_EPADDR (ENDPOINT_DIR_OUT | 6)
  90 + #define VIBRATORS_EPADDR (ENDPOINT_DIR_OUT | 7)
91 91 /** Size in bytes of the Joystick HID reporting IN endpoint. */
92 92 #define JOYSTICK_EPSIZE 8
93 93 #define LEDS_EPSIZE 2
... ...