#ifndef CMD_LED_RING_H #define CMD_LED_RING_H #include #include "uart_messages.pb.h" /** Apply LED ring command locally (master or slave). */ bool cmd_led_ring_apply(const alox_LedRingProgressRequest *req); void cmd_led_ring_register(void); #endif