circuitpython/atmel-samd/common-hal/microcontroller
Scott Shawcroft 266be30777 atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203)
* atmel-samd: Introduce a nvm module for non-volatile byte-level memory access.

This allows for persisting small configuration values even when the file system
is read-only from CircuitPython.

Fixes #160

* Review feedback:
* Add tests.
* Fix non-zero index.
* Fix len()
2017-08-25 16:00:27 -04:00
..
Pin.c atmel-samd: Support wav file playback. Tested up to 16bit 22.1khz. Must be mono file! 2017-05-15 19:52:38 -07:00
Pin.h atmel-samd: Pin reset improvements. 2017-05-12 13:14:01 -07:00
__init__.c atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203) 2017-08-25 16:00:27 -04:00