8 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
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
Radomir Dopieralski ce1c786297 drivers/sdcard: Port the SDCard driver to new machine API. 8 years ago
Peter Hinch 2bd758fe96 drivers/sdcard: Add support for multi-block read/write; add SD test. 9 years ago
Damien George 24652228af drivers/sdcard: Allow up to 5 retries to initialise SD card. 9 years ago
Damien George 1570eaf0e3 drivers: Add SD card driver, controlled via SPI bus. 10 years ago