From 4ead7a9a23bcf024afaa27b1badd3f0daeb24eab Mon Sep 17 00:00:00 2001 From: Jeremie GABOLDE Date: Tue, 20 Sep 2022 23:54:46 +0200 Subject: [PATCH] useful readme --- Readme.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c104f55..7e278cd 100644 --- a/Readme.md +++ b/Readme.md @@ -1,2 +1,15 @@ # Maybe Arduino -This is the Arduino code for the teensy firmware used in the Maybe Macro Board \ No newline at end of file +This is the Arduino code for the teensy firmware used in the Maybe Macro Board + +## Uploading the firmware using Teensyduino +- Install Teensyduino https://www.pjrc.com/teensy/td_download.html +- Run Arduino .exe +- Open Maybe.ino +- In >> Tools/ setup the board settings: +- - Board: Teensy LC +- - USB Type: Serial + Keyboard + Mouse + Joystick (but only Serial and Keyboard are used for now) +- - CPU Speed: 48MHz +- - Optimize: Smallest Code +- - Keyboard layout: US English (but any should work) +- - Port: [your teensy port] +- Upload \ No newline at end of file