Update 'Readme.md'
This commit is contained in:
parent
4ead7a9a23
commit
c5da2ee8d3
25
Readme.md
25
Readme.md
|
@ -1,15 +1,26 @@
|
||||||
# Maybe Arduino
|
# Maybe Arduino
|
||||||
|
|
||||||
This is the Arduino code for the teensy firmware used in the Maybe Macro Board
|
This is the Arduino code for the teensy firmware used in the Maybe Macro Board
|
||||||
|
|
||||||
## Uploading the firmware using Teensyduino
|
## Uploading the firmware using Teensyduino
|
||||||
|
|
||||||
- Install Teensyduino https://www.pjrc.com/teensy/td_download.html
|
- Install Teensyduino https://www.pjrc.com/teensy/td_download.html
|
||||||
- Run Arduino .exe
|
- Run Arduino .exe
|
||||||
- Open Maybe.ino
|
- Open Maybe.ino
|
||||||
- In >> Tools/ setup the board settings:
|
- 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
|
| Board | Teensy LC |
|
||||||
- - Keyboard layout: US English (but any should work)
|
| USB Type | Serial + Keyboard + Mouse + Joystick (but only Serial and Keyboard are used for now) |
|
||||||
- - Port: [your teensy port]
|
| CPU Speed | 48MHz (max) |
|
||||||
- Upload
|
| Optimize | Smallest Code |
|
||||||
|
| Keyboard layout | US English (but any should work) |
|
||||||
|
| Port | \[your teensy port |
|
||||||
|
|
||||||
|
- Upload
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Do What the Fuck You Want to Public License (WTFPL)
|
||||||
|

|
Loading…
Reference in New Issue