Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YuuichiAkagawa committed Apr 22, 2022
1 parent 1d43001 commit bd8f4b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# USBH_MIDI v0.6.1
# USBH_MIDI v1.0.0

USB-MIDI 1.0 class driver for Arduino [USB Host Shield 2.0 Library][UHS2]

Expand Down Expand Up @@ -65,6 +65,10 @@ If your device does not work, please report this information.
Register a user function to call when the controller is successfully initialized.
See 'eVY1_sample' example.

- `void attachOnRelease(void (*funcOnRelease)(void))`

Register a user function to call when the device is removed.

- `uint16_t idVendor())`

Get the vendor ID.
Expand All @@ -78,6 +82,11 @@ If your device does not work, please report this information.
Get the USB device address.

## ChangeLog
2022.4.22 (1.0.0)
* Add OnRelease() callback.
* The timing for enabling PollEnable has been changed to before the onInit() callback.
* Update vender specific code for Novation.

2022.1.6 (0.6.1)
* Fix for RecvData(uint8_t) does not work when CableNumber(CN) is non-zero.

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=USBH_MIDI
version=0.6.0
version=1.0.0
author=Yuuichi Akagawa <@YuuichiAkagawa>
maintainer=Yuuichi Akagawa <@YuuichiAkagawa>
sentence=USB MIDI class driver for Arduino USB Host Shield 2.0 Library.
Expand Down

0 comments on commit bd8f4b5

Please sign in to comment.