summaryrefslogtreecommitdiff
path: root/shared-bindings/nativeio/__init__.c
AgeCommit message (Expand)Author
2017-04-10Split up nativeio.0.9.4Scott Shawcroft
2017-03-25Add low-level OneWire support class.Scott Shawcroft
2017-03-24Add PulseIn support which can be used to measure a series of pulse widths.0.9.2Scott Shawcroft
2017-03-10Add PulseOut which can pulse a PWMOut for IR remote transmission.Scott Shawcroft
2017-01-05Improve docs and update to CircuitPython.Scott Shawcroft
2016-12-19atmel-samd: Add preliminary support for UARTSebastian Plamauer
2016-12-12atmel-samd: Basic capacitive touch button support.Scott Shawcroft
2016-11-29shared-bindings: Fix blinky example. Fixes #55Scott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft