KRITSADA

01 POP-X2 Hello POP-X2

Feb 17th, 2018
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. #include <popx2.h>  // POP-X2 Board
  2. void setup() {
  3.   glcd(0,0,"Hello POP-X2");
  4. }
  5.  
  6. void loop() {
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment