Skip to content

sdcard demo missing baudrate attribute on Raspberry Pi Pico #42

Closed
@jfabernathy

Description

@jfabernathy

After adafruit/circuitpython#4114 was closed, I tested a Pico with adafruit-circuitpython-raspberry_pi_pico-en_US-20210202-9140bfb.uf2 and the latest library bundle as 20210203. I modified the pin numbers in the demo and it still draws an error:
Traceback (most recent call last): File "code.py", line 23, in <module> File "adafruit_sdcard.py", line 101, in __init__ File "adafruit_sdcard.py", line 122, in _init_card File "adafruit_sdcard.py", line 111, in _clock_card AttributeError: 'SPIDevice' object has no attribute 'baudrate'
My modified demo code is attached:
code.txt

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions