circuitpython/atmel-samd/common-hal/nativeio
Scott Shawcroft a5a41d7163 atmel-samd: Save a little space by tweaking error messages. 2017-02-19 17:24:15 +01:00
..
AnalogIn.c atmel-samd: Save a little space by tweaking error messages. 2017-02-19 17:24:15 +01:00
AnalogIn.h atmel-samd: Fully reset the ADC state on reset to prevent a crash. 2017-01-19 11:26:41 -08:00
AnalogOut.c atmel-samd: Remove pin reference from AnalogOut error. Fixes #83 2017-02-19 14:38:24 +01:00
DigitalInOut.c More fixes to pin pull thanks to jerryn: 2017-01-16 15:32:23 -08:00
I2C.c Two I2C fixes: 2017-02-19 17:02:29 +01:00
PWMOut.c atmel-samd: Save a little space by tweaking error messages. 2017-02-19 17:24:15 +01:00
PWMOut.h Add frequency changing support to PWMOut. 2017-01-30 15:02:01 -08:00
SPI.c atmel-samd: Save a little space by tweaking error messages. 2017-02-19 17:24:15 +01:00
TouchIn.c atmel-samd: Rework the clock configs to only be crystalless when needed by the hardware. 2017-02-10 05:09:17 -08:00
TouchInStub.c atmel-samd: Basic capacitive touch button support. 2016-12-12 15:11:25 -08:00
UART.c atmel-samd: Save a little space by tweaking error messages. 2017-02-19 17:24:15 +01:00
__init__.c 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
types.h SPI tweaks for SD Cards: 2017-02-10 05:09:17 -08:00