KRITSADA

04 POP-X2 Sound Test

Feb 17th, 2018
292
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.   sound(1000,100);
  5.   delay(500);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment