Advertisement
KRITSADA

IPST analog(ZX-03) Checking ON GLCD

Jun 23rd, 2016
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. #include <ipst.h>
  2. void setup(){
  3.   setTextSize(3);
  4.   glcdMode(3);
  5. }
  6. void loop(){
  7.  glcd(0,0,"L=%d ",analog(1));
  8.  glcd(1,0,"R=%d ",analog(2));
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement