-
- Downloads
Abuse the the C preprocessor so that the HID macros can automatically encode...
Abuse the the C preprocessor so that the HID macros can automatically encode data into the array from the HID macros automagically, by specifying the bit-width of the data, and the data itself as a single integer value of that width.
Showing
- Demos/Device/ClassDriver/GenericHID/Descriptors.c 15 additions, 16 deletionsDemos/Device/ClassDriver/GenericHID/Descriptors.c
- Demos/Device/ClassDriver/Joystick/Descriptors.c 23 additions, 23 deletionsDemos/Device/ClassDriver/Joystick/Descriptors.c
- Demos/Device/ClassDriver/Keyboard/Descriptors.c 31 additions, 34 deletionsDemos/Device/ClassDriver/Keyboard/Descriptors.c
- Demos/Device/ClassDriver/KeyboardMouse/Descriptors.c 57 additions, 62 deletionsDemos/Device/ClassDriver/KeyboardMouse/Descriptors.c
- Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c 31 additions, 34 deletionsDemos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c
- Demos/Device/ClassDriver/Mouse/Descriptors.c 26 additions, 28 deletionsDemos/Device/ClassDriver/Mouse/Descriptors.c
- Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c 26 additions, 28 deletionsDemos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c
- Demos/Device/LowLevel/GenericHID/Descriptors.c 15 additions, 16 deletionsDemos/Device/LowLevel/GenericHID/Descriptors.c
- Demos/Device/LowLevel/Joystick/Descriptors.c 23 additions, 23 deletionsDemos/Device/LowLevel/Joystick/Descriptors.c
- Demos/Device/LowLevel/Keyboard/Descriptors.c 31 additions, 34 deletionsDemos/Device/LowLevel/Keyboard/Descriptors.c
- Demos/Device/LowLevel/KeyboardMouse/Descriptors.c 57 additions, 62 deletionsDemos/Device/LowLevel/KeyboardMouse/Descriptors.c
- Demos/Device/LowLevel/Mouse/Descriptors.c 26 additions, 28 deletionsDemos/Device/LowLevel/Mouse/Descriptors.c
- Demos/DualRole/ClassDriver/MouseHostDevice/Descriptors.c 26 additions, 26 deletionsDemos/DualRole/ClassDriver/MouseHostDevice/Descriptors.c
- LUFA/Drivers/USB/Class/Common/HIDReportData.h 41 additions, 32 deletionsLUFA/Drivers/USB/Class/Common/HIDReportData.h
- Projects/Magstripe/Descriptors.c 31 additions, 34 deletionsProjects/Magstripe/Descriptors.c
- Projects/TempDataLogger/Descriptors.c 15 additions, 16 deletionsProjects/TempDataLogger/Descriptors.c
Loading
Please register or sign in to comment