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