circuitpython/esp8266/common-hal/busio
Scott Shawcroft 6c7d35c40c esp8266: Correct SPI functionality when write_value is provided.
It used to introduce extra clocks to the bus rather than changing the
value output.

This fixes SD cards.
2017-10-16 14:54:23 -07:00
..
I2C.h Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 2017-08-25 22:17:07 -04:00
OneWire.h Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 2017-08-25 22:17:07 -04:00
SPI.c esp8266: Correct SPI functionality when write_value is provided. 2017-10-16 14:54:23 -07:00
SPI.h Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
UART.c Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
UART.h Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
__init__.c Split up nativeio. 2017-04-10 13:32:19 -07:00