KRITSADA

03 POP-X2 Beep

Feb 17th, 2018
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.08 KB | None | 0 0
  1. #include <popx2.h>
  2. void setup(){}
  3. void loop(){
  4.   beep();
  5.   delay(500);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment