Init project

This commit is contained in:
2023-11-27 23:13:56 +05:30
commit 37431bffec
16 changed files with 790 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#include <Arduino.h>
enum TONE_TYPE {
TONE_BEEP,
TONE_BEEP_TWICE,
TONE_BEEP_ONE_EIGHT,
TONE_BEEP_LONG,
TONE_SARE_JAHA_SE_ACCHA,
};
void playBuzzer(uint8_t pin, TONE_TYPE toneType);