summaryrefslogtreecommitdiffstatshomepage
path: root/teensy
diff options
context:
space:
mode:
authorGeorgia Reh <georgia.reh@gmail.com>2016-06-02 16:10:37 -0700
committerDamien George <damien.p.george@gmail.com>2016-06-06 10:26:50 +0100
commiteb78a5c530e21b5ce6bae8d7c28c1508275c7f68 (patch)
tree06480077d3603870bb9b0646c960fb0c9b154ad3 /teensy
parentc8332a5463eebd6c67d41a00ee1c1340182ae11b (diff)
downloadmicropython-eb78a5c530e21b5ce6bae8d7c28c1508275c7f68.tar.gz
micropython-eb78a5c530e21b5ce6bae8d7c28c1508275c7f68.zip
teensy: Update the README with OSX specific information and tips.
Diffstat (limited to 'teensy')
-rw-r--r--teensy/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/teensy/README.md b/teensy/README.md
index 14a5e4a713..3e4a75b9ed 100644
--- a/teensy/README.md
+++ b/teensy/README.md
@@ -56,3 +56,17 @@ include Makefile
GNUmakefile is not checked into the source code control system, so it will
retain your settings when updating your source tree. You can also add
additional Makefile customizations this way.
+
+### Tips for OSX
+
+Set the ARDUINO environment variable to the location where Arduino with TeensyDuino is installed.
+```bash
+export ARDUINO=~/Downloads/Arduino.app/Contents/Java/
+```
+
+Search /dev/ for USB port name, which will be cu.usbmodem followed by a few numbers. The name of the port maybe different depending on the version of OSX.
+To access the Python prompt type:
+
+```bash
+screen <devicename> 115200
+```