Add new HID_Device_MillisecondElapsed() function to the HID device Class driver,...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 30 Jul 2009 14:59:57 +0000 (14:59 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 30 Jul 2009 14:59:57 +0000 (14:59 +0000)
commit7df6b9563c7aed504b34f42bc46d01e051051bdd
tree793ba54650d14eaeb2c262e8d48e4c06f5fd79ac
parent7227e133a9cf8d4de1214671211a0d93edb2b4bc
Add new HID_Device_MillisecondElapsed() function to the HID device Class driver, to move the burden of managing the Idle period of each instance to the library and not the user application.
Demos/Device/ClassDriver/DualCDC/DualCDC.c
Demos/Device/ClassDriver/GenericHID/GenericHID.c
Demos/Device/ClassDriver/Joystick/Joystick.c
Demos/Device/ClassDriver/Keyboard/Keyboard.c
Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c
Demos/Device/ClassDriver/Mouse/Mouse.c
LUFA/Drivers/USB/Class/Device/HID.c
LUFA/Drivers/USB/Class/Device/HID.h
Projects/Magstripe/Magstripe.c