Advertisement
waravutbutrat

IPST สลับค่าฐานสอง

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