Created
June 16, 2020 11:02
-
-
Save MLpranav/a0fbf5f3f7f74e7406883f1994b78329 to your computer and use it in GitHub Desktop.
Astronomia 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "pitches.h" | |
int button = 5; //pin to connect to button | |
int buzzer = 8; //pin to connect to buzzer +ve terminal | |
int looptune = 2; // how many times do you want the tune to loop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment