Skip to content
Snippets Groups Projects
Commit eb78a5c5 authored by Georgia Reh's avatar Georgia Reh Committed by Damien George
Browse files

teensy: Update the README with OSX specific information and tips.

parent c8332a54
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment