Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1.   <p>LED status:  
  2.   <?php
  3.   $status = readStatus(0);
  4.   echo displayButton(0, $status);
  5.   ?>
  6.   </p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement