Updated Board Teensy 3.1 3.5 3.6 (markdown)

master
Dave Hylands 2016-10-15 15:23:51 -07:00
rodzic c400facbbf
commit bc72096d6d
1 zmienionych plików z 4 dodań i 3 usunięć

@ -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
- machine.UART
- machine.SD