Updated Board Teensy 3.1 3.5 3.6 (markdown)

Dave Hylands
2016-10-13 13:50:58 -07:00
parent e6dcc2d663
commit 3c77e63ed9

@@ -64,4 +64,20 @@ Currently, scripts must be compiled into the firmware image. Place your .py file
The sample memzip_files 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.
If you want to update a script, you'll need to rebuild and reflash the firmware.
### What's currently supported
- machine.info()
- machine.unique_id()
- machine.reset()
- machine.freq()
- machine.idle()
- machine.sleep()
- machine.deepsleep()
- machine.reset_cause()
- machine.disable_irq()
- machine.enable_irq()
- machine.mem8/16/32[]
- machine.Pin
- machine.Timer
- machine.UART