You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pin = digitalio.DigitalInOut(board.D7)
File "/usr/local/lib/python3.8/dist-packages/digitalio.py", line 183, in __init__
self._pin = Pin(pin.id)
NameError: name 'Pin' is not defined
Chip and board is correctly detected.
Atomic Pi own python library is also working as well as "gpioset" functions.
Description
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Board Name
ATOMIC PI
Steps
Following official guide get's an error.
I have updated need files as per https://learn.adafruit.com/adding-a-single-board-computer-to-blinka/overview
when trying a basic test of GPIO control
Chip and board is correctly detected.
Atomic Pi own python library is also working as well as "gpioset" functions.
Description
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: