circuitpython/ports/nrf/common-hal/busio
Radomir Dopieralski 8323721232 Stop hard-coding SPI frequency in FourWire
Instead remember and use the frequency, polarity and phase that was
set when the bus was first created.
2019-04-06 15:15:29 +02:00
..
__init__.c nRF52 update with internal file system support 2017-12-21 13:49:14 +01:00
I2C.c correct i2c max len 2018-12-28 21:14:27 +07:00
I2C.h fix #1422 correct i2c max xfer len (size in bits) 2018-12-28 16:30:11 +07:00
OneWire.h Add dummy UART implementation to nrf so it builds with UART turned on. Also add OneWire. 2018-02-21 22:53:17 -05:00
SPI.c Stop hard-coding SPI frequency in FourWire 2019-04-06 15:15:29 +02:00
SPI.h reset I2C and SPI on ctrl-D 2018-09-25 15:12:10 -04:00
UART.c don't allocate DMA buffer as long-lived 2019-02-13 19:49:57 -05:00
UART.h Add second UARTE to busio.UART. Init uarts on startup. 2019-02-12 22:34:05 -05:00