Damien George
|
7bb0f7b0f6
|
drivers: Add "from micropython import const" when const is used.
Following best-practice use of the const feature, to make it compatible
with Python.
|
2016-11-03 12:41:11 +11:00 |
Damien George
|
b0c08c8c17
|
drivers/nrf24l01: Fix SPI phase setting to match specs of nRF chip.
Addresses issue #1466.
|
2015-09-18 13:00:12 +00:00 |
adminpete
|
e6e8ad8ab2
|
drivers, nrf24: Nonblocking send now uses send_start and send_done.
|
2014-12-09 02:30:22 +00:00 |
adminpete
|
706955976c
|
drivers, nrf24: Nonblocking send now done by generator.
|
2014-12-09 02:29:56 +00:00 |
Peter Hinch
|
5deceb842d
|
drivers, nrf24: Add nonblocking send option etc.
|
2014-12-09 02:29:35 +00:00 |
Damien George
|
877dba3e1a
|
drivers: Add NRF24L01 driver (written in pure Python).
Comes with test script. Copy both files to pyboard and run
"import nrf24l01test".
|
2014-10-02 19:36:56 +01:00 |