diff --git a/Board-Teensy-3.1-3.5-3.6.md b/Board-Teensy-3.1-3.5-3.6.md index bfb76bf..0969c6f 100644 --- a/Board-Teensy-3.1-3.5-3.6.md +++ b/Board-Teensy-3.1-3.5-3.6.md @@ -57,9 +57,9 @@ You can flash using [teensy_loader_cli](https://github.com/PaulStoffregen/teensy make BOARD=TEENSY_3.6 deploy ``` ###Running Scripts -Currently, scripts must be compiled into the firmware image. Place your .py files into the teensy/memzip_files directory and they'll be built into your firmware image. +Currently, scripts must be compiled into the firmware image. Place your .py files into the teensy/scripts directory and they'll be built into your firmware image. -The sample memzip_files includes a boot.py and main.py. The default main.py flashes the LED twice. +The sample scripts directory includes a boot.py and main.py. The default main.py flashes the LED twice. If you want to update a script, you'll need to rebuild and reflash the firmware. @@ -77,4 +77,5 @@ If you want to update a script, you'll need to rebuild and reflash the firmware. - machine.mem8/16/32[] - machine.Pin - machine.Timer -- machine.UART \ No newline at end of file +- machine.UART +- machine.SD \ No newline at end of file