index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nrf24l01
Age
Commit message (
Expand
)
Author
2020-09-04
all: Rename "sys" module to "usys".
stijn
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-16
drivers/nrf24l01: Change pipe addrs in test to match Arduino addrs.
Peter Hinch
2017-11-20
drivers/nrf24l01: Make driver and test run on pyboard, ESP8266, ESP32.
Peter Hinch
2017-10-03
drivers/nrf24l01: Make nRF24L01 test script more portable.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-05-21
drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0).
Paul Sokolovsky
2017-04-07
drivers/nrf24l01: Update to work on newer ports, using machine, utime.
Damien George
2017-01-18
drivers: Fix some minor spelling mistakes.
Mike Causer
2016-11-03
drivers: Add "from micropython import const" when const is used.
Damien George
2015-09-18
drivers/nrf24l01: Fix SPI phase setting to match specs of nRF chip.
Damien George
2014-12-09
drivers, nrf24: Nonblocking send now uses send_start and send_done.
adminpete
2014-12-09
drivers, nrf24: Nonblocking send now done by generator.
adminpete
2014-12-09
drivers, nrf24: Add nonblocking send option etc.
Peter Hinch
2014-10-02
drivers: Add NRF24L01 driver (written in pure Python).
Damien George