10 Commits (8388ec4e35142539fb09d2a9ef5981b5732a349f)

Author SHA1 Message Date
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Paul Sokolovsky 1c9ee49756 drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0). 8 years ago
Damien George d7310fabc2 drivers/nrf24l01: Update to work on newer ports, using machine, utime. 8 years ago
Mike Causer c5310ee5b5 drivers: Fix some minor spelling mistakes. 8 years ago
Damien George 7bb0f7b0f6 drivers: Add "from micropython import const" when const is used. 8 years ago
Damien George b0c08c8c17 drivers/nrf24l01: Fix SPI phase setting to match specs of nRF chip. 9 years ago
adminpete e6e8ad8ab2 drivers, nrf24: Nonblocking send now uses send_start and send_done. 10 years ago
adminpete 706955976c drivers, nrf24: Nonblocking send now done by generator. 10 years ago
Peter Hinch 5deceb842d drivers, nrf24: Add nonblocking send option etc. 10 years ago
Damien George 877dba3e1a drivers: Add NRF24L01 driver (written in pure Python). 10 years ago