
<?php
system(“gpio mode 28 out”);
system(“gpio write 28 1 “);
?>
