From 3af6c20886e43115f5aed105b175a5ac49889b9b Mon Sep 17 00:00:00 2001 From: aWZHY0yQH81uOYvH <32046476+aWZHY0yQH81uOYvH@users.noreply.github.com> Date: Sat, 27 Apr 2024 19:50:19 -0700 Subject: [PATCH] mention required Arduino libraries --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c0bab67..6b14be5 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ The device has six voices, which can each produce a single square wave tone at a New firmware can be uploaded using the Arduino IDE and the aforementioned [board definition](https://github.com/ucsbieee/ArduinoCore-SAM3A4C), or the [latest release](https://github.com/ucsbieee/Tesla-Coil-MIDI-Synth/releases/latest) (`.bin` file) can be uploaded using [BOSSA](https://github.com/shumatech/BOSSA) ([available from Homebrew](https://formulae.brew.sh/formula/bossa)). +### Arduino Library Dependencies +Available from the Arduino IDE library manager + * [MIDIUSB](https://github.com/arduino-libraries/MIDIUSB) + * [DueFlashStorage](https://github.com/sebnil/DueFlashStorage) (only if `SAVE_BASE_MIDI` is enabled, which it is not by default) + ## Emulator There is also an emulator that can be compiled to run on a normal computer so that songs can be developed without the physical hardware.