Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding OrangePi Zero2 pin mappings #64

Merged
merged 3 commits into from
Jun 21, 2022
Merged

Conversation

sillo01
Copy link
Contributor

@sillo01 sillo01 commented Jun 21, 2022

# Tested pin by pin with a led
for pin in BOARD.keys():
    print(f'Testing pin {pin}.')
    GPIO.output(pin, GPIO.HIGH)
    input("Continue.")
    GPIO.output(pin, GPIO.LOW)

sillo01 added 3 commits June 21, 2022 12:38
# Test code
for pin in BOARD.keys():
    print(f'Testing pin {pin}.')
    GPIO.output(pin, GPIO.HIGH)
    input("Continue.")
    GPIO.output(pin, GPIO.LOW)
@sillo01
Copy link
Contributor Author

sillo01 commented Jun 21, 2022

Resolves #60
Resolves #60

@rm-hull rm-hull merged commit c373a44 into rm-hull:master Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants