forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
CircuitPython version and board name
Adafruit CircuitPython 10.0.3 on 2025-10-17; Hack Club Sprig with rp2040Code/REPL
spi = board.SPI()Behavior
>>> spi = board.SPI()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'SPI'Description
No response
Additional information
A0 A1 A2 A3
AUDIO_BCLK AUDIO_DIN AUDIO_LRCLK BLUE_LED
BUTTON_A BUTTON_D BUTTON_I BUTTON_J
BUTTON_K BUTTON_L BUTTON_S BUTTON_W
CARD_CS DISPLAY GP0 GP1
GP10 GP11 GP12 GP13
GP14 GP15 GP16 GP17
GP18 GP19 GP2 GP20
GP21 GP22 GP23 GP24
GP25 GP26 GP26_A0 GP27
GP27_A1 GP28 GP28_A2 GP3
GP4 GP5 GP6 GP7
GP8 GP9 LED MISO
MOSI SCK SMPS_MODE TFT_CS
TFT_DC TFT_LITE TFT_RESET VBUS_SENSE
VOLTAGE_MONITOR WHITE_LED __dict__
board_id
i pressed tab twice after typing board. and this is what i got