circuitpython/shared-bindings
Scott Shawcroft 8ef0dd095a Fix two bugs found by clang:
* PWMOut enter and exit weren't hooked up.
* end couldn't be negative in I2C.
2016-12-01 10:33:50 -08:00
..
bitbangio shared-bindings: Make MOSI and MISO optional for SPI. 2016-11-29 16:54:20 -08:00
board 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
microcontroller shared-bindings: Ensure pin objects are actually pins. 2016-11-29 15:50:01 -08:00
nativeio Fix two bugs found by clang: 2016-12-01 10:33:50 -08:00
neopixel_write 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
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
uheap Add uheap for debugging the size of objects. Still not perfect though. 2016-11-22 17:32:28 -08:00
index.rst 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