forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
I have a CircuitPlayground Express. The lib is 20180128. When I enter the following code the board crashes into safe mode:
Adafruit CircuitPython 2.2.1 on 2018-01-23; Adafruit CircuitPlayground Express with samd21g18
import board
import gamepad
pad = gamepad.GamePad(board.D4)
As I am new to CircuitPython please be gentle ;}