circuitpython/atmel-samd/common-hal
Scott Shawcroft b4d3699047 Introduce reset mechanics to microcontroller.
This allows one to configure how a subsequent reset will behave and
also trigger a reset.

Fixes #350 and fixes #173
2017-12-05 14:50:58 -08:00
..
analogio Reinit ADC completely on each call to AnalogIn.value. 2017-10-15 16:59:23 -07:00
audiobusio Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
audioio Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
board Modernize module and class static dicts; update freetouch 2017-08-27 15:02:50 -04:00
busio add SPI.write_readinto() - bidirectional SPI 2017-12-05 11:17:16 -08:00
digitalio Introduce reset mechanics to microcontroller. 2017-12-05 14:50:58 -08:00
microcontroller Introduce reset mechanics to microcontroller. 2017-12-05 14:50:58 -08:00
neopixel_write Split up nativeio. 2017-04-10 13:32:19 -07:00
nvm Add microcontroller.cpu.temperature, for use as a simple sensor on minimal boards. (#211) 2017-08-31 13:48:30 -04:00
os Introduce a random module that is a subset of CPython's random. It 2017-06-27 17:37:24 -07:00
pulseio Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
storage Modernize module and class static dicts; update freetouch 2017-08-27 15:02:50 -04:00
time This introduces an alternative hardware API called nativeio structured around different functions that are typically accelerated by native hardware. Its not meant to reflect the structure of the hardware. 2016-11-21 14:11:52 -08:00
touchio Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
usb_hid Modernize module and class static dicts; update freetouch 2017-08-27 15:02:50 -04:00