Quoth the documentation,
class machine.SDCard(slot=1, width=1, cd=None, wp=None, sck=None, miso=None, mosi=None, cs=None, freq=20000000):
The code:
|
class SDCard: |
|
def __init__(self, spi, cs, baudrate=1320000): |
Is this fallout from moving from machine.SDCard to sdcard.SDCard?