Serial Musical Organ 1.0
Buzzer controller and musical organ
Loading...
Searching...
No Matches
organ.h
Go to the documentation of this file.
1
8#ifndef ORGAN_H
9#define ORGAN_H
10
24void playNote(uint16_t half_us, uint16_t duration_ms);
25void rest(uint16_t duration_ms);
26
27#endif /* ORGAN_H */
void playNote(uint16_t half_us, uint16_t duration_ms)
Play a musical tone.
Definition organ.c:66
void rest(uint16_t duration_ms)
Definition organ.c:92