Releases: arpruss/USBComposite_stm32f1
Releases · arpruss/USBComposite_stm32f1
0.61
- fix switching between devices
0.51
- more consistent naming of files, classes and their instances
0.50
- general purpose composite USB devices
- mass storage
0.40
- simplified API for OUTPUT/FEATURE reports
- keyboard now always has LEDs built-in: to activate, call Keyboard.begin() or BootKeyboard.begin() in setup()
0.35
disable serial for boot keyboard example
0.34
Support boot keyboard (cannot be composited with other HID devices).
0.31
Add receive callback for x360.
0.30
- MIDI, XBox360 and USB HID/Composite all in one library.
0.24
No wait mode for when you don't want to bother with polling an output/feature report, and don't want to worry about missing a report. Great for keyboard LEDs.
0.22
Added missing Consumer.cpp