summaryrefslogtreecommitdiffstatshomepage
path: root/drivers/nrf24l01/nrf24l01.py
Commit message (Expand)AuthorAge
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0).Paul Sokolovsky2017-05-21
* drivers/nrf24l01: Update to work on newer ports, using machine, utime.Damien George2017-04-07
* drivers: Add "from micropython import const" when const is used.Damien George2016-11-03
* drivers/nrf24l01: Fix SPI phase setting to match specs of nRF chip.Damien George2015-09-18
* drivers, nrf24: Nonblocking send now uses send_start and send_done.adminpete2014-12-09
* drivers, nrf24: Nonblocking send now done by generator.adminpete2014-12-09
* drivers, nrf24: Add nonblocking send option etc.Peter Hinch2014-12-09
* drivers: Add NRF24L01 driver (written in pure Python).Damien George2014-10-02