Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
eb78a5c5
Commit
eb78a5c5
authored
Jun 02, 2016
by
Georgia Reh
Committed by
Damien George
Jun 06, 2016
Browse files
teensy: Update the README with OSX specific information and tips.
parent
c8332a54
Changes
1
Hide whitespace changes
Inline
Side-by-side
teensy/README.md
View file @
eb78a5c5
...
...
@@ -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
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment