Skip to content

Commit eb78a5c

Browse files
Grehdpgeorge
authored andcommitted
teensy: Update the README with OSX specific information and tips.
1 parent c8332a5 commit eb78a5c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

teensy/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,17 @@ include Makefile
5656
GNUmakefile is not checked into the source code control system, so it will
5757
retain your settings when updating your source tree. You can also add
5858
additional Makefile customizations this way.
59+
60+
### Tips for OSX
61+
62+
Set the ARDUINO environment variable to the location where Arduino with TeensyDuino is installed.
63+
```bash
64+
export ARDUINO=~/Downloads/Arduino.app/Contents/Java/
65+
```
66+
67+
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.
68+
To access the Python prompt type:
69+
70+
```bash
71+
screen <devicename> 115200
72+
```

0 commit comments

Comments
 (0)