Advertisement
ripred

ImperialMarch.ino

Nov 23rd, 2022 (edited)
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | Music | 0 0
  1. #include "Imperial_March.h"
  2.  
  3. //using namespace ImpMarch;
  4.  
  5. int pin = 6;            // the output pin    
  6.  
  7. void setup() {
  8.     ImpMarch::marchSetup(pin);
  9. }
  10.  
  11. void loop() {
  12.     ImpMarch::marchLoop(pin);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement