Skip to content

Instantly share code, notes, and snippets.

@unforgiven512
Created July 18, 2019 21:52
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 unforgiven512/62ba46959deba4cd73f21b6d668b785c to your computer and use it in GitHub Desktop.
Save unforgiven512/62ba46959deba4cd73f21b6d668b785c to your computer and use it in GitHub Desktop.
import pigpio
pi = pigpio.pi()
if not pi.connected:
exit
else:
print("pigpio is connected")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment