micropython-lib/micropython/drivers
Peter Hinch d1aaec7174
nrf24l01: Improve test to add RP2 support, fix ESP32.
Use explicit pin numbers to instantiate the SPI interface on RP2.
On ESP32 use SoftSPI(...) rather than SPI(-1, ...).

Update terminology to initiator/responder.

Tested with two Pico boards.
2022-11-15 23:50:04 +11:00
..
bus/onewire micropython/drivers: Move "onewire" bus driver from main repo. 2022-09-06 13:21:26 +10:00
codec/wm8960 micropython/drivers: Move "wm8960" codec driver from main repo. 2022-09-06 13:21:30 +10:00
display micropython/drivers: Move "ssd1306" display driver from main repo. 2022-09-06 13:21:40 +10:00
imu micropython/drivers: Move "lsm6sox" imu driver from main repo. 2022-09-06 13:21:48 +10:00
led/neopixel micropython/drivers: Move "neopixel" led driver from main repo. 2022-09-06 13:21:50 +10:00
radio/nrf24l01 nrf24l01: Improve test to add RP2 support, fix ESP32. 2022-11-15 23:50:04 +11:00
sensor sensor/mhz19: Add driver for MH-Z19 (CO2 sensor). 2022-11-15 23:06:42 +11:00
storage/sdcard sdcard: Set MISO high before readblocks/writeblocks. 2022-11-14 22:46:37 +11:00