micropython/drivers/nrf24l01
Damien George d7310fabc2 drivers/nrf24l01: Update to work on newer ports, using machine, utime.
Changes made are:
- Use the time module in place of the pyb module for delays.
- Use spi.read/spi.write instead of spi.send/spi.receive.
- Drop some non-portable parameters to spi and pin initialization.

Thanks to @deshipu for the original patch.
2017-04-07 15:54:21 +10:00
..
nrf24l01.py drivers/nrf24l01: Update to work on newer ports, using machine, utime. 2017-04-07 15:54:21 +10:00
nrf24l01test.py