Added Audio to my Atomic
This commit is contained in:
parent
39e520c010
commit
8f85117aa9
6 changed files with 297 additions and 175 deletions
|
@ -6,6 +6,6 @@
|
|||
void play_sample(uint8_t * s, uint16_t l, bool r);
|
||||
void play_note(double freq, int vol);
|
||||
void stop_note(double freq);
|
||||
void stop_all_notes();
|
||||
void init_notes();
|
||||
void stop_all_notes(void);
|
||||
void init_notes(void);
|
||||
void play_notes(float (*np)[][2], uint8_t n_length, bool n_repeat);
|
Loading…
Add table
Add a link
Reference in a new issue