Skip to content

Instantly share code, notes, and snippets.

@AlexisTM
Last active October 3, 2019 06:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexisTM/fc57881f1a07746b98ccb65bdd0e5adf to your computer and use it in GitHub Desktop.
Save AlexisTM/fc57881f1a07746b98ccb65bdd0e5adf to your computer and use it in GitHub Desktop.
WiringPi for Odroid XU4
sudo apt update
sudo apt install python-dev python-setuptools swig3.0
git clone --recursive https://github.com/hardkernel/WiringPi2-Python.git
cd WiringPi2-Python
swig3.0 -python -threads wiringpi.i
sudo python setup.py build install
### PYTHON 3
sudo apt install python3-dev python3-setuptools swig3.0
swig3.0 -python -threads wiringpi.i
sudo python3 setup.py build install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment