Skip to content

Commit 4e6d89a

Browse files
authored
tested HUZZAH32 ESP32
retested HUZZAH32 ESP32 that arrived today
1 parent 2fab790 commit 4e6d89a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# AppleMIDI for Arduino
22
[![Build Status](https://travis-ci.org/lathoub/Arduino-AppleMIDI-Library.svg?branch=master)](https://travis-ci.org/lathoub/Arduino-AppleMIDI-Library)[![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by-sa/4.0/) [![GitHub version](https://badge.fury.io/gh/lathoub%2FArduino-AppleMidi-Library.svg)](https://badge.fury.io/gh/lathoub%2FArduino-AppleMidi-Library)
33

4-
Enables an Arduino with IP/UDP capabilities (Ethernet shield, ESP8266, ...) to particpate in an AppleMIDI session.
4+
Enables an Arduino with IP/UDP capabilities (Ethernet shield, ESP8266, ESP32, ...) to particpate in an AppleMIDI session.
55

66
## Features
7-
* Tested with AppleMIDI on Mac OS and using rtpMIDI from Tobias Erichsen on Windows
8-
* Send and receive MIDI commands
7+
* Tested with AppleMIDI on Mac OS (High Sierra) and using rtpMIDI from Tobias Erichsen on Windows 10
8+
* Send and receive all MIDI messages
99
* Uses callbacks to receive MIDI commands (no need for polling)
1010
* Automatic instantiation of AppleMIDI object (see at the end of 'AppleMidi.h')
1111

@@ -37,8 +37,9 @@ void loop()
3737
More usages in the `examples` folder
3838

3939
## Hardware
40-
* Arduino/Genuino (Mega, Uno and Arduino Ethernet)
41-
* ESP8266 (Adafruit HUZZAH ESP8266, Sparkfun ESP8266 Thing Dev) and ESP32
40+
* Arduino/Genuino (Mega, Uno, Arduino Ethernet, ...)
41+
* ESP8266 (Adafruit HUZZAH ESP8266, Sparkfun ESP8266 Thing Dev)
42+
* ESP32 (Adafruit HUZZAH32 – ESP32 Feather Board)
4243
* Teensy 3.2
4344
* Adafruit Feather M0 WiFi - ATSAMD21 + ATWINC1500
4445

0 commit comments

Comments
 (0)