circuitpython/shared-bindings/busio
Dan Halbert 312444bbd2 non-DMA SPI working; adding this now for testing; will continue with DMA
Also, fixed pin mappings for rev B Metro M4:
swap PA12 and PA13 on SPI 2x3 header
swap A3 and A5

Comment out all frozen modules in CPX again to make room while waiting
for SPI flash.
2017-11-16 19:09:35 -05:00
..
__init__.c non-DMA SPI working; adding this now for testing; will continue with DMA 2017-11-16 19:09:35 -05:00
__init__.h Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 2017-08-25 22:17:07 -04:00
I2C.c Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
I2C.h Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
OneWire.c Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
OneWire.h Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -07:00
SPI.c Do not allow a *io object to be used after deinit(). 2017-10-03 12:07:17 -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