From bd8f4b5217303a0dc23dde7ed48d94ec1a07687d Mon Sep 17 00:00:00 2001 From: Yuuichi Akagawa Date: Fri, 22 Apr 2022 21:50:57 +0900 Subject: [PATCH] Version 1.0.0 --- README.md | 11 ++++++++++- library.properties | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ba1c3f..9862eaa 100644 --- a/README.md +++ b/README.md @@ -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] @@ -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. @@ -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. diff --git a/library.properties b/library.properties index 605aad5..a8ec1c1 100644 --- a/library.properties +++ b/library.properties @@ -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.