Skip to content

Instantly share code, notes, and snippets.

@phnahes
Created April 25, 2020 01:37
Show Gist options
  • Save phnahes/024352cb63d9109d6eeeb5b206fd0bbd to your computer and use it in GitHub Desktop.
Save phnahes/024352cb63d9109d6eeeb5b206fd0bbd to your computer and use it in GitHub Desktop.
Install GPIO packages for RaspberryPi
sudo apt-get update
sudo apt-get install build-essential python-dev python-pip python-setuptools -y
export ARCH=arm
export CROSS_COMPILE=/usr/bin/
pip install rpi.gpio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment