circuitpython/ports/mimxrt10xx/common-hal/busio
Jeff Epler 231cb1ffd9 mimxrt10xx: Use the proper "betweenTransferDelay" (et al) values
Set the betweenTransferDelay to the SCK low-time, to avoid long pauses
between bytes (transfers) while preventing the last SCK cycle in a byte
from being a runt pulse.

Compared to an earlier revision of this change, which just set the delays
all to zero, this doesn't break using an AirLift, which was sensitive
to the runt pulses (the simple loopback-wire test didn't detect the problem)
2021-03-26 10:54:13 -05:00
..
__init__.c Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
I2C.c run code formatting script 2021-03-15 19:27:36 +05:30
I2C.h Add pin resetting across boards, fix array size detection issue 2020-05-27 11:45:15 -04:00
OneWire.h Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
SPI.c mimxrt10xx: Use the proper "betweenTransferDelay" (et al) values 2021-03-26 10:54:13 -05:00
SPI.h Add-unidirectional-SPI 2020-05-01 13:15:38 -04:00
UART.c run code formatting script 2021-03-15 19:27:36 +05:30
UART.h run code formatting script 2021-03-15 19:27:36 +05:30