summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/README.md
diff options
context:
space:
mode:
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 31339cd796..2618abf2ac 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).