Skip to content

Commit

Permalink
gpio stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Bron authored and Bastien Bron committed Sep 19, 2023
1 parent 1124a5a commit da2abff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions borne/gpio.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@

// Set the value of the pin high (turn it on)
$pin->setValue(PinInterface::VALUE_HIGH);
echo "on";
}else{
// Set the value of the pin high (turn it on)
$pin->setValue(PinInterface::VALUE_LOW);
echo "off";
}

0 comments on commit da2abff

Please sign in to comment.