Advertisement
PueN

ไฟวิ่งเที่ยวเดียว

Jun 25th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. #include <ipst.h>
  2. int x=1;
  3. void setup()
  4. {
  5.  
  6. }
  7.  
  8. void loop()
  9. {
  10.    LED8(24,x);
  11.    x=x*2;
  12.    delay(100);
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement