PiCamCar/r.php

4 lines
34 B
PHP
Raw Normal View History

2018-08-09 16:58:56 +08:00
<?php
exec("gpio pwm 23 17");
?>