Advertisement
waravutbutrat

IPST ไฟวิ่ง

Jun 25th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include <ipst.h>
  2. int x=1;
  3. void setup(){
  4.   }
  5. void loop()
  6. {    
  7. LED8(30,x);
  8.   x=x*2;
  9.   delay(500);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement