From 3c77e63ed9bb3604fe8a6ec40be8a4a8b4a4fb07 Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Thu, 13 Oct 2016 13:50:58 -0700 Subject: [PATCH] Updated Board Teensy 3.1 3.5 3.6 (markdown) --- Board-Teensy-3.1-3.5-3.6.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Board-Teensy-3.1-3.5-3.6.md b/Board-Teensy-3.1-3.5-3.6.md index deb3df1..8b686b7 100644 --- a/Board-Teensy-3.1-3.5-3.6.md +++ b/Board-Teensy-3.1-3.5-3.6.md @@ -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. \ No newline at end of file +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 \ No newline at end of file