aboutsummaryrefslogtreecommitdiff
path: root/teensy/README.md
diff options
context:
space:
mode:
authorDamien George2014-01-08 15:08:08 +0000
committerDamien George2014-01-08 15:08:08 +0000
commitdc141db64de467b6982ec6d7edad3fcf62b994ab (patch)
tree7031340f4c70e1319b1c78b31adca329fa1f4bc3 /teensy/README.md
parentb97669ab9432146c1303dedfaa7b98f7ede3f8db (diff)
parente6b6af515449e67d5d3648818a191f3420d6f519 (diff)
Merge branch 'master' of github.com:dpgeorge/micropython
Diffstat (limited to 'teensy/README.md')
-rw-r--r--teensy/README.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/teensy/README.md b/teensy/README.md
index 31339cd79..2618abf2a 100644
--- a/teensy/README.md
+++ b/teensy/README.md
@@ -8,13 +8,6 @@ cd teensy
ARDUINO=~/arduino-1.0.5 make
```
-To build the loader
-
-```
-cd teensy/loader
-make
-```
-
To upload micropython to the Teensy 3.1.
Press the Program button on the Teensy 3.1
@@ -23,9 +16,3 @@ make upload
```
Currently, the python prompt is through the USB serial interface.
-
-The LED will blink (100 msec on/100 msec off) while waiting for the USB Serial
-device to be configured, and will blink (200 msec on/200 msec off) while
-sitting at the readline prompt.
-
-Currently, there is no I/O support configured (no GPIO, ADC, etc).