circuitpython/ports/raspberrypi/common-hal/busio
Phil Howard b8d4f9655f RP2040: Only bitbang 0-byte writes
The I2C.c for RP2040 included a special case for writes <=2 bytes to match the MicroPython implementation,
however RP2040 does support 1 and 2 byte reads, with only 0 bytes being the exception.

Signed-off-by: Philip Howard <phil@pimoroni.com>
2021-03-17 16:25:54 +00:00
..
__init__.c Add initial RP2040 support 2021-01-20 19:16:56 -08:00
I2C.c RP2040: Only bitbang 0-byte writes 2021-03-17 16:25:54 +00:00
I2C.h run code formatting script 2021-03-15 19:27:36 +05:30
OneWire.h Add initial RP2040 support 2021-01-20 19:16:56 -08:00
SPI.c run code formatting script 2021-03-15 19:27:36 +05:30
SPI.h run code formatting script 2021-03-15 19:27:36 +05:30
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