cewkomator/firmware/src/buzzer.h

8 lines
92 B
C

#pragma once
void helloBuzz();
void happyBuzz();
void sadBuzz();
void beep();
void tick();