Stop the main-loop digit demo so host-driven display persists; expose clear/progress/digit modes with RGB and intensity via protobuf and goTool. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
89 B
C
7 lines
89 B
C
#ifndef CMD_LED_RING_H
|
|
#define CMD_LED_RING_H
|
|
|
|
void cmd_led_ring_register(void);
|
|
|
|
#endif
|