Releases: YuuichiAkagawa/USBH_MIDI
Releases · YuuichiAkagawa/USBH_MIDI
USBH_MIDI v1.0.0
- Add OnRelease() callback.
- The timing for enabling PollEnable has been changed to before the onInit() callback.
- Update vender specific code for Novation.
USBH_MIDI v0.6.1
- Fix for RecvData(uint8_t) does not work when CableNumber(CN) is non-zero.
USBH_MIDI v0.6.0
- Change configuration descriptor parser. Supports large descriptors.
- Fixed an issue when the endpoint size exceeded 64 bytes
- Add OnInit() callback
- Add a predefined macro "USBH_MIDI_VERSION".
- Changed the method of deriving the message length
- Refine the examples