summaryrefslogtreecommitdiff
path: root/shared-bindings/busio
AgeCommit message (Expand)Author
2018-05-13 add timeout keyword to I2C - for bitbangio - ignored for busioJerry Needell
2018-02-27Merge remote-tracking branch 'adafruit/2.x' into merge_2xScott Shawcroft
2018-02-21Implement UART for 3.0 + related fixes.Dan Halbert
2018-01-30documentation: caution on SPI clock speed for SAMD21Dan Halbert
2018-01-30atmel-samd: Correct computation of SPI baud rate.Dan Halbert
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert
2017-12-05add SPI.write_readinto() - bidirectional SPIDan Halbert
2017-11-16non-DMA SPI working; adding this now for testing; will continue with DMADan Halbert
2017-11-07Implement busio.I2c.Dan Halbert
2017-11-03Allow empty reads and writes for busio.SPIRadomir Dopieralski
2017-10-30Allow writing buffer of length zero to I2C device; it can be used to poll for...Dan Halbert
2017-10-25shared-bindings: Check that I2C and SPI reads and writes are given a buffer o...Scott Shawcroft
2017-10-03Do not allow a *io object to be used after deinit().Dan Halbert
2017-09-06shared-bindings: Prevent check_lock from being optimized away. (#240)Scott Shawcroft
2017-08-29shared-bindings: Clarify that UART.read() is slow. (#209)Scott Shawcroft
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
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