mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-05-04 07:10:17 +00:00
Compare commits
2 Commits
ea5770e9f7
...
78bf82e11e
Author | SHA1 | Date | |
---|---|---|---|
78bf82e11e | |||
5b3d385cb0 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ Release/*
|
|||||||
Debug/*
|
Debug/*
|
||||||
Drivers/*
|
Drivers/*
|
||||||
Middlewares/*
|
Middlewares/*
|
||||||
|
/log
|
||||||
|
@ -160,7 +160,6 @@ 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