circuitpython/ports/mimxrt10xx/common-hal
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
..
analogio run code formatting script 2021-03-15 19:27:36 +05:30
board Add license to some obvious files. 2020-07-06 19:16:25 +01:00
busio mimxrt10xx: Use the proper "betweenTransferDelay" (et al) values 2021-03-26 10:54:13 -05:00
digitalio run code formatting script 2021-03-15 19:27:36 +05:30
displayio Formatting fixes 2021-03-16 08:22:02 -05:00
microcontroller mimxrt1011: Fix reset-to-bootloader 2021-03-19 10:11:45 -05:00
neopixel_write run code formatting script 2021-03-15 19:27:36 +05:30
os run code formatting script 2021-03-15 19:27:36 +05:30
pulseio run code formatting script 2021-03-15 19:27:36 +05:30
pwmio run code formatting script 2021-03-15 19:27:36 +05:30
rtc run code formatting script 2021-03-15 19:27:36 +05:30
supervisor run code formatting script 2021-03-15 19:27:36 +05:30