initial commit

This commit is contained in:
dan
2021-12-23 14:44:12 -05:00
commit 778bd82954
12 changed files with 254 additions and 0 deletions

11
chimes.ino Normal file
View File

@@ -0,0 +1,11 @@
void doubleChime ()
{
return;
}
void singleChime()
{
return;
}