mirror of
https://github.com/micropython/micropython.git
synced 2025-09-08 02:40:55 +02:00
Updated Board Teensy 3.1 3.5 3.6 (markdown)
@@ -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
|
Reference in New Issue
Block a user