aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCraig Disselkoen <cdisselk@eng.ucsd.edu>2017-08-24 21:31:52 -0700
committerCraig Disselkoen <cdisselk@eng.ucsd.edu>2017-08-24 21:31:52 -0700
commit2564d28fe37abbfb26f569f93ce1b647d5fabed4 (patch)
tree665e805c50033c0ade6624585659635bc10946bd /README.md
parentPoint Makefile to new make rules (diff)
downloadkeyboardio-model01-2564d28fe37abbfb26f569f93ce1b647d5fabed4.tar.gz
keyboardio-model01-2564d28fe37abbfb26f569f93ce1b647d5fabed4.tar.bz2
keyboardio-model01-2564d28fe37abbfb26f569f93ce1b647d5fabed4.zip
Improve documentation related to flashing
In particular, add instructions for the Arduino IDE
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 204720d..641a9ff 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,9 @@ git clone --recursive https://github.com/keyboardio/Arduino-Boards.git hardware/
git clone https://github.com/keyboardio/Model01-Firmware.git
```
-# Build and flash the firmware from the commandline
+# Build and flash the firmware
+
+### Option 1: From the command line
```sh
cd Model01-Firmware
@@ -60,8 +62,13 @@ make flash
When the builder tells you to hit Enter to continue, hold down "Prog" on your keyboard and hit Enter.
+### Option 2: From the Arduino IDE
+
+Open the sketch you wish to flash (for example, `Model01-Firmware.ino`).
+Click the Upload button or press `Ctrl-U`.
+Hold down "Prog" on your keyboard, particularly when the compile finishes and the upload begins.
# Thanks!