From 94c8a4fa7ad2ebff5b2fc4f4d7c889e97198d3a4 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 25 Mar 2023 21:20:41 -0400 Subject: [PATCH] [+] Flash firmware guide --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 66cb4b5..4a840a9 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,14 @@ Total GPIO required: 23 ## Usage +### Flash Firmware + +1. Install PlatformIO Core ([Guide](https://platformio.org/install/cli)) +2. Open the `firmware` directory +3. In your preferred IDE, edit `src/config.h` with your pin configuration. +4. Edit `platformio.ini` to match your dev board. +5. Connect dev board, build and upload firmware using `platformio run --target upload` + ### Setup MIDI Device !!!!!!!!!! TODO !!!!!!!!!!