useful readme

This commit is contained in:
Jeremie GABOLDE 2022-09-20 23:54:46 +02:00
parent 4e99c4e349
commit 4ead7a9a23
1 changed files with 14 additions and 1 deletions

View File

@ -1,2 +1,15 @@
# Maybe Arduino
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