summaryrefslogtreecommitdiff
path: root/shared-module/bitbangio
AgeCommit message (Expand)Author
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-02-28new pin validation routines; don't use mp_const_none if NULL will doDan Halbert
2019-10-26bitbangio.SPI was not setting direction of output pinsDan Halbert
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-07-31Merge pull request #1075 from tannewt/more_mp_raiseDan Halbert
2018-07-31Use more mp_raise_* to save 28 bytes code size.Scott Shawcroft
2018-07-16Merge 3.0.0 final bugfixes and changes to masterDan Halbert
2018-05-16Reformat the error messageScott Shawcroft
2018-05-13 remove #include py/nlr.h from I2C.cJerry Needell
2018-05-13 revise to use mp_raise_msg insead of nlr_raise....Jerry Needell
2018-05-13 add timeout keyword to I2C - for bitbangio - ignored for busioJerry Needell
2018-02-05replace tabs with spacesdean
2018-01-30DM: added write_readinto to bitbangiodean
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-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-02-19Two I2C fixes:Scott Shawcroft
2016-12-09atmel-samd: Add APA102 support and flash more advanced status.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-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft