waravutbutrat

IPST เพิ่มค่า

Jun 25th, 2016
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include <ipst.h>
  2. int x=0;
  3. void setup(){
  4.   setTextSize(3);
  5. }
  6.  
  7. void loop(){
  8.   glcd(0,0,"%d ",x);
  9.   x++; //x=x+1
  10.   delay(1000);
  11. }
Add Comment
Please, Sign In to add comment