KRITSADA

06 POP-X2 Sw1 press then beep

Feb 17th, 2018
301
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.   sw1_press();
  4.   beep();
  5. }
  6. void loop() {}
Advertisement
Add Comment
Please, Sign In to add comment