Skip to content

Cant use connector.GPIOp #5

@MelioraHS

Description

@MelioraHS

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions