mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-05-04 15:20:16 +00:00
Compare commits
No commits in common. "78bf82e11ee4d7cadb934c4ae01b6f2fd1c32bf3" and "ea5770e9f7f31b79a0722c61e94da1aa4bad22f8" have entirely different histories.
78bf82e11e
...
ea5770e9f7
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,5 +1,4 @@
|
|||||||
Release/*
|
Release/*
|
||||||
Debug/*
|
Debug/*
|
||||||
Drivers/*
|
Drivers/*
|
||||||
Middlewares/*
|
Middlewares/*
|
||||||
/log
|
|
@ -160,6 +160,7 @@ void sound_init(void);
|
|||||||
void sound_set_bpm(uint32_t bpm);
|
void sound_set_bpm(uint32_t bpm);
|
||||||
void sound_play_note(Note_t note, uint8_t channel);
|
void sound_play_note(Note_t note, uint8_t channel);
|
||||||
void sound_play_melody(Note_t* melody, uint32_t size, uint8_t channel, uint32_t repeat_count);
|
void sound_play_melody(Note_t* melody, uint32_t size, uint8_t channel, uint32_t repeat_count);
|
||||||
|
void sound_play_melody(Note_t* melody, uint32_t size, uint8_t channel, uint32_t repeat_count);
|
||||||
void sound_tick(void);
|
void sound_tick(void);
|
||||||
|
|
||||||
uint16_t get_array_size(Note_t *array);
|
uint16_t get_array_size(Note_t *array);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user