Alexander Steffen
|
55f33240f3
|
all: Use the name MicroPython consistently in comments
There were several different spellings of MicroPython present in comments,
when there should be only one.
|
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.
respones -> response
succeses -> successes
|
8 years ago |
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.
|
8 years ago |
Radomir Dopieralski
|
ce1c786297
|
drivers/sdcard: Port the SDCard driver to new machine API.
With backwards compatibility for pyboard.
|
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.
Apparently some cards need more than 2 retries. See issue #1482.
|
9 years ago |
Damien George
|
1570eaf0e3
|
drivers: Add SD card driver, controlled via SPI bus.
|
10 years ago |