Clean up pyboard and add 2 utilities

This commit is contained in:
Kyle Brown
2018-09-25 18:13:51 -07:00
parent ed5d542ab4
commit 97f70d7a13
3 changed files with 15 additions and 4 deletions

3
util/bootloader.py Normal file
View File

@@ -0,0 +1,3 @@
import machine
machine.bootloader()