Advertisement
KRITSADA

IPST-SE EVO24V50 SERVO Mode Test

Feb 24th, 2016
2,261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. #include <ipst.h>
  2. int x;
  3. void setup(){
  4.   setTextSize(2);
  5. }
  6. void loop(){
  7.   x=knob(20,160);
  8.   glcd(0,0,"SERVO1=%d ",x);
  9.   servo(1,x);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement