PiCamCar/f.php

6 lines
81 B
PHP
Raw Permalink Normal View History

2018-08-09 16:58:56 +08:00
<?php
exec("gpio write 21 1");
exec("sleep 0.2");
exec("gpio write 21 0");
?>