print("GPIO 7:", end=" ")
print(myGPIO.in_status_7)
time.sleep(.25)
if __name__ == '__main__':
try:
runExample()
except (KeyboardInterrupt, SystemExit) as exErr:
print("\nEnding Example 1")
sys.exit(0)
Resources and Going Further
That wraps up this Hookup Guide! For more information about the Qwiic GPIO, take a look at the following links:
Schematic (PDF)
Eagle Files (ZIP)
Dimensional Drawing (PNG)
TCA9534 Datasheet (PDF)
Hardware GitHub Repository
Qwiic GIPO Arduino Library Repository
Qwiic GPIO Python Package
Not sure where to start with your next input/output project? These Input Tutorials might help for inspiration:
no tutorials found