mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-09-13 03:12:43 +00:00
Compare commits
3 Commits
ea5770e9f7
...
main
Author | SHA1 | Date | |
---|---|---|---|
d961f90847 | |||
78bf82e11e | |||
5b3d385cb0 |
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,6 @@
|
||||
Release/*
|
||||
Debug/*
|
||||
Drivers/*
|
||||
Middlewares/*
|
||||
Middlewares/*
|
||||
/log
|
||||
/.settings/*
|
||||
|
@ -160,7 +160,6 @@ void sound_init(void);
|
||||
void sound_set_bpm(uint32_t bpm);
|
||||
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_tick(void);
|
||||
|
||||
uint16_t get_array_size(Note_t *array);
|
||||
|
Reference in New Issue
Block a user