aboutsummaryrefslogtreecommitdiff
path: root/shared-bindings/bitbangio
AgeCommit message (Expand)Author
2017-10-03Do not allow a *io object to be used after deinit().Dan Halbert
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-06-07shared-bindings: Update docs to remove with statements from examples but add ...Scott Shawcroft
2017-04-20Switch to a shared piece of code to compute start and length of aScott Shawcroft
2017-04-12atmel-samd: Rework status LED implementationScott Shawcroft
2017-04-10Split up nativeio.0.9.4Scott Shawcroft
2017-03-25Add low-level OneWire support class.Scott Shawcroft
2017-03-07shared-bindings: Do a pass on the docs and make sure keyword only arguments m...Scott Shawcroft
2017-02-28shared-bindings: Fix two more try_locks. Copy and paste failed me.0.9.1Scott 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-19Switch enum-like attributes to all caps and add print support for them. Make ...Scott Shawcroft
2016-12-02Add try_lock and unlock to I2C and SPI classes to make sure thingsScott 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-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