Commit e90606c9d4b61175d64f01e6f49dbe3c7b630a14
1 parent
d491a2d5
ajoute de plac, commentaire dans keyboard pour savoir ou aller rechercher les in…
…fos pour la prochaine fois
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
src/lufa-LUFA-170418/Demos/Device/LowLevel/Keyboard/Keyboard.c
... | ... | @@ -342,7 +342,7 @@ void SendNextReport(void) |
342 | 342 | Endpoint_ClearIN(); |
343 | 343 | } |
344 | 344 | } |
345 | - | |
345 | +//apparemment on a besoin de ca pour controler les leds et les vibreurs, pour selectionner le bon endpoints et faiure quelques verifications | |
346 | 346 | /** Reads the next LED status report from the host from the LED data endpoint, if one has been sent. */ |
347 | 347 | void ReceiveNextReport(void) |
348 | 348 | { | ... | ... |
src/lufa-LUFA-170418/PolytechLille/Manette/Manette.c
... | ... | @@ -63,6 +63,12 @@ USB_ClassInfo_HID_Device_t Joystick_HID_Interface = |
63 | 63 | /** Main program entry point. This routine contains the overall program flow, including initial |
64 | 64 | * setup of all components and the main program loop. |
65 | 65 | */ |
66 | + | |
67 | + | |
68 | + | |
69 | + | |
70 | + | |
71 | + | |
66 | 72 | int main(void) |
67 | 73 | { |
68 | 74 | SetupHardware(); | ... | ... |