aboutsummaryrefslogtreecommitdiff
path: root/shared-bindings/nativeio
AgeCommit message (Expand)Author
2017-01-12Fixup warnings from merge about undefined macro values, switch toScott Shawcroft
2017-01-05Link to the Bus Device docs.Scott Shawcroft
2017-01-05Improve docs and update to CircuitPython.Scott Shawcroft
2017-01-05Add time.struct_time support.Scott Shawcroft
2016-12-20atmel-samd: Improve TouchIn to allow for multiple simultaneous touch pads.Scott Shawcroft
2016-12-19atmel-samd: Add preliminary support for UARTSebastian Plamauer
2016-12-13Fix up Analog classes: unify them at 16 bits and adds reference_voltage memberScott Shawcroft
2016-12-12atmel-samd: Basic capacitive touch button support.Scott Shawcroft
2016-12-07atmel-samd & esp8266: Make sure pins are not already in use.Scott Shawcroft
2016-12-02Add try_lock and unlock to I2C and SPI classes to make sure thingsScott Shawcroft
2016-12-01Fix two bugs found by clang:Scott Shawcroft
2016-11-29shared-bindings: Ensure pin objects are actually pins.Scott Shawcroft
2016-11-29shared-bindings: Fix blinky example. Fixes #55Scott Shawcroft
2016-11-28shared-bindings: Stop using negative length at all. Having uint and int mixed...Scott Shawcroft
2016-11-28shared-bindings: Stop using max and min because C doesn't define them.Scott Shawcroft
2016-11-28Add start and end kwargs to writeto and readfrom_into so a single buffer can ...Scott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft