Experiment 02 - GPIO Input
- Hardware Connection
Connect button circuit to IO37 (can use DuPont wire instead of button)
- Software Operation
Enter user home directory and run:
cd usersudo python3 ./GPIO_input.py
Terminal as shown:

At this point, you can see when the button is pressed, the terminal outputs low level; when released, the terminal outputs high level.
