From e90606c9d4b61175d64f01e6f49dbe3c7b630a14 Mon Sep 17 00:00:00 2001 From: gperson Date: Tue, 8 Dec 2020 13:26:25 +0100 Subject: [PATCH] ajoute de plac, commentaire dans keyboard pour savoir ou aller rechercher les infos pour la prochaine fois --- src/lufa-LUFA-170418/Demos/Device/LowLevel/Keyboard/Keyboard.c | 2 +- src/lufa-LUFA-170418/PolytechLille/Manette/Manette.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/lufa-LUFA-170418/Demos/Device/LowLevel/Keyboard/Keyboard.c b/src/lufa-LUFA-170418/Demos/Device/LowLevel/Keyboard/Keyboard.c index c412991..f2a12ff 100644 --- a/src/lufa-LUFA-170418/Demos/Device/LowLevel/Keyboard/Keyboard.c +++ b/src/lufa-LUFA-170418/Demos/Device/LowLevel/Keyboard/Keyboard.c @@ -342,7 +342,7 @@ void SendNextReport(void) Endpoint_ClearIN(); } } - +//apparemment on a besoin de ca pour controler les leds et les vibreurs, pour selectionner le bon endpoints et faiure quelques verifications /** Reads the next LED status report from the host from the LED data endpoint, if one has been sent. */ void ReceiveNextReport(void) { diff --git a/src/lufa-LUFA-170418/PolytechLille/Manette/Manette.c b/src/lufa-LUFA-170418/PolytechLille/Manette/Manette.c index fda194c..228ae9f 100644 --- a/src/lufa-LUFA-170418/PolytechLille/Manette/Manette.c +++ b/src/lufa-LUFA-170418/PolytechLille/Manette/Manette.c @@ -63,6 +63,12 @@ USB_ClassInfo_HID_Device_t Joystick_HID_Interface = /** Main program entry point. This routine contains the overall program flow, including initial * setup of all components and the main program loop. */ + + + + + + int main(void) { SetupHardware(); -- libgit2 0.21.2