micropython/drivers
Peter Hinch d2f22ea953 drivers/nrf24l01: Change pipe addrs in test to match Arduino addrs.
These addresses were initially chosen to match the nRF24 Arduino library
examples but they are byte-reversed.  So change them to be on-air
compatible with the Arduino library.

Also, the data sheet for the nRF24 says that RX data pipes 1-5 must share
the same top 32-bits, and must differ only in the LSbyte.  The addresses
used here (while correct because they are on TX pipe and RX pipe 0) are
misleading in this sense, because it looks like they were chosen to share
the top 32-bits per the datasheet.
2020-02-16 23:26:34 +11:00
..
bus drivers, stm32: Support SPI/QSPI flash chips over 16MB. 2020-01-30 13:18:38 +11:00
cc3000
cc3100
cyw43 drivers/cyw43: Return early from cyw43_wifi_set_up if wifi_on fails. 2020-01-31 20:46:35 +11:00
dht
display
memory drivers, stm32: Support SPI/QSPI flash chips over 16MB. 2020-01-30 13:18:38 +11:00
nrf24l01 drivers/nrf24l01: Change pipe addrs in test to match Arduino addrs. 2020-02-16 23:26:34 +11:00
onewire drivers/onewire/ds18x20.py: Add support for DS1822 sensor. 2019-10-16 14:28:13 +11:00
sdcard drivers/sdcard: Raise exception on timeout of readinto. 2019-11-06 11:34:02 +11:00
wiznet5k drivers/wiznet5k: Allow selecting maximum fixed buffer size for MACRAW. 2019-12-13 12:34:42 +11:00
README.md

README.md

This directory contains drivers for specific hardware. The drivers are intended to work across multiple ports.