We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a2ebe5 + f495fb8 commit f18f1baCopy full SHA for f18f1ba
micropython/examples/inky_frame/image_gallery/README.md
@@ -31,7 +31,7 @@ Alternatively, you can transfer them using Thonny, but you will have to mount th
31
```python
32
import os
33
import sdcard
34
-from machine import Pin
+from machine import Pin, SPI
35
sd_spi = SPI(0, sck=Pin(18, Pin.OUT), mosi=Pin(19, Pin.OUT), miso=Pin(16, Pin.OUT))
36
sd = sdcard.SDCard(sd_spi, Pin(22))
37
os.mount(sd, "/sd")
0 commit comments