Last active
June 7, 2018 18:48
-
-
Save TimoDJatomika/f68140f284fa1543a3d01590c2792459 to your computer and use it in GitHub Desktop.
Raspberry Pi - GPIO Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# how to setup GPIO on Raspberry Pi | |
sudo su | |
apt-get install python3-pip | |
pip3 install RPi.GPIO | |
pip3 install requests |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment