Files
Momentum-Firmware/applications/system/hex_viewer/helpers/hex_viewer_led.h
Willy-JL 91368a4538 Format
2023-11-19 23:42:25 +00:00

6 lines
119 B
C

void hex_viewer_led_set_rgb(void* context, int red, int green, int blue);
void hex_viewer_led_reset(void* context);