-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Hello, what it can mean?
`
from pyGPIO.gpio import gpio, connector
from time import sleep
gpio.init()
gpio.setcfg(connector.GPIOp11, 1) #pin 7 as output
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' object has no attribute 'GPIOp11'
gpio.setcfg(connector.GPIOp7, 1) #pin 7 as output
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' object has no attribute 'GPIOp7'
gpio.setcfg(connector.GPIOp1, 1)
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' object has no attribute 'GPIOp1'`
Metadata
Metadata
Assignees
Labels
No labels