Skip to content

Instantly share code, notes, and snippets.

@ricardoreis
Created October 1, 2018 00:07
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 ricardoreis/d65c8346ad09db17ac2e2ecff05401d5 to your computer and use it in GitHub Desktop.
Save ricardoreis/d65c8346ad09db17ac2e2ecff05401d5 to your computer and use it in GitHub Desktop.
<?php
$setmode17 = shell_exec("/usr/local/bin/gpio -g mode 17 out");
$gpio_off = shell_exec("/usr/local/bin/gpio -g write 17 0");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment