summaryrefslogtreecommitdiff
path: root/atmel-samd/common-hal/nativeio/I2C.c
AgeCommit message (Expand)Author
2017-04-10Split up nativeio.0.9.4Scott Shawcroft
2017-02-24Switch exception throwing to mp_raise helpers. It saves a little code space e...Scott Shawcroft
2017-02-19Two I2C fixes:Scott Shawcroft
2017-02-13atmel-samd: Clean up I2C correctly when an initialization error occurs. Fixes...Scott Shawcroft
2017-01-30Add frequency changing support to PWMOut.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-01atmel-samd: Slim down the pin struct to save ~1200 bytes.Scott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft