This is the first beta release of MicroPython support for Adafruit educational development boards. All APIs are in flux so expect some things to change in the future.
- Supports Arduino Zero
- Basic support for all Feather M0s through the
feather_m0_basic
firmware. - Supports ADC, DAC, I2C and SPI through
machine
. (Soon to change) - Supports REPL over USB.
- Runs
boot.py
andmain.py
from internal flash on reset. - Loading to internal flash supported via Mass Storage over USB. Make sure to eject and do not write to the file system from Python at the same time.
To use, load using bossac when the board's bootloader is active (double click to activate):
bossac_osx -e -w -v -b -R adafruit-micropython-feather_m0_basic-1.8.4-20161014.bin