Skip to content

Commit 3157086

Browse files
committed
Updated README
1 parent aa3731c commit 3157086

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Currently the following boards are supported by the library:
123123
* Please see: <http://www.circuitsathome.com/mcu/usb/running-usb-host-code-on-digilent-chipkit-board>.
124124
* STM32F4
125125
* Currently the [NUCLEO-F446RE](http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF262063) is supported featuring the STM32F446. Take a look at the following example code: <https://github.com/Lauszus/Nucleo_F446RE_USBHost>.
126+
* ESP8266 is supported using the [ESP8266 Arduino core](https://github.com/esp8266/Arduino)
126127
127128
The following boards need to be activated manually in [settings.h](settings.h):
128129
@@ -317,11 +318,11 @@ HID devices are also supported by the library. However these require you to writ
317318
318319
### [MIDI Library](usbh_midi.cpp)
319320
320-
The library support MIDI devices.
321+
The library support MIDI devices.
321322
You can convert USB MIDI keyboard to legacy serial MIDI.
322323
323-
* [USB_MIDI_converter.ino](examples/USBH_MIDI/USB_MIDI_converter/USB_MIDI_converter.ino)
324-
* [USB_MIDI_converter_multi.ino](examples/USBH_MIDI/USB_MIDI_converter_multi/USB_MIDI_converter_multi.ino)
324+
* [USB_MIDI_converter.ino](examples/USBH_MIDI/USB_MIDI_converter/USB_MIDI_converter.ino)
325+
* [USB_MIDI_converter_multi.ino](examples/USBH_MIDI/USB_MIDI_converter_multi/USB_MIDI_converter_multi.ino)
325326
326327
For information see the following page: <http://yuuichiakagawa.github.io/USBH_MIDI/>.
327328

0 commit comments

Comments
 (0)