circuitpython/atmel-samd/common-hal
Dan Halbert 75c3be37ac Re-initialize ADC before every AnalogIn read. (#255)
`microcontroller.cpu.temperature` uses different ADC settings, and caused
AnalogIn to give wrong answers. AnalogIn can no longer assume it's the
only user of the ADC.
2017-09-16 13:06:23 -04:00
..
analogio Re-initialize ADC before every AnalogIn read. (#255) 2017-09-16 13:06:23 -04:00
audiobusio atmel-samd: Enable 8-bit audio recording support even though it'll be 2017-09-05 16:37:02 -07:00
audioio Modernize module and class static dicts; update freetouch 2017-08-27 15:02:50 -04:00
board Modernize module and class static dicts; update freetouch 2017-08-27 15:02:50 -04:00
busio atmel-samd: Remember SPI baudrate. 2017-09-01 12:44:52 -07:00
digitalio Modernize module and class static dicts; update freetouch 2017-08-27 15:02:50 -04:00
microcontroller Re-initialize ADC before every AnalogIn read. (#255) 2017-09-16 13:06:23 -04: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 Modernize module and class static dicts; update freetouch 2017-08-27 15:02:50 -04: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 Modernize module and class static dicts; update freetouch 2017-08-27 15:02:50 -04:00
usb_hid Modernize module and class static dicts; update freetouch 2017-08-27 15:02:50 -04:00