Skip to content

Instantly share code, notes, and snippets.

@bergpb
Created June 29, 2022 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bergpb/f9106f8b95565c46ac57cd330a3f5466 to your computer and use it in GitHub Desktop.
Save bergpb/f9106f8b95565c46ac57cd330a3f5466 to your computer and use it in GitHub Desktop.
Install WiringPi and run pintest script
git clone https://github.com/WiringPi/WiringPi.git && \
cd WiringPi && \
./build && \
cd gpio && \
chmod +x pintest && \
./pintest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment