summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2016-12-01Fix two bugs found by clang:Scott Shawcroft
2016-11-29shared-bindings: Make MOSI and MISO optional for SPI.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-22Add uheap for debugging the size of objects. Still not perfect though.Scott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft
2016-11-01atmel-samd: Merge init into the constructor and check all availableScott Shawcroft
2016-10-19atmel-samd: More updates to the docs including the in-code docs.Scott Shawcroft
2016-10-18Documentation rework to unify the docs together rather than having themScott Shawcroft
2016-10-11atmel-samd: Add support for SPI.Scott Shawcroft
2016-10-05atmel-samd: Support with statements for I2C class.Scott Shawcroft
2016-09-13atmel-samd: Add I2C support.Scott Shawcroft