Skip to content

Instantly share code, notes, and snippets.

@TimoDJatomika
Last active June 7, 2018 18:48
Show Gist options
  • Save TimoDJatomika/f68140f284fa1543a3d01590c2792459 to your computer and use it in GitHub Desktop.
Save TimoDJatomika/f68140f284fa1543a3d01590c2792459 to your computer and use it in GitHub Desktop.
Raspberry Pi - GPIO Setup
#!/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