Files
Momentum-Firmware/applications/system/hex_viewer/helpers/hex_viewer_speaker.h
2023-11-19 23:18:47 +00:00

5 lines
124 B
C

#define NOTE_INPUT 587.33f
void hex_viewer_play_input_sound(void* context);
void hex_viewer_stop_all_sound(void* context);