Skip to content

Releases: arpruss/USBComposite_stm32f1

0.61

11 Feb 17:11
Compare
Choose a tag to compare
  • fix switching between devices

0.51

04 Feb 22:16
Compare
Choose a tag to compare
  • more consistent naming of files, classes and their instances

0.50

04 Feb 06:19
Compare
Choose a tag to compare
  • general purpose composite USB devices
  • mass storage

0.40

21 Jan 15:01
Compare
Choose a tag to compare
  • 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

20 Jan 03:30
Compare
Choose a tag to compare

disable serial for boot keyboard example

0.34

20 Jan 03:28
Compare
Choose a tag to compare

Support boot keyboard (cannot be composited with other HID devices).

0.31

17 Jan 02:26
Compare
Choose a tag to compare

Add receive callback for x360.

0.30

09 Jan 04:33
Compare
Choose a tag to compare
  • MIDI, XBox360 and USB HID/Composite all in one library.

0.24

03 Jan 18:01
Compare
Choose a tag to compare

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

03 Jan 04:02
Compare
Choose a tag to compare

Added missing Consumer.cpp