Searched defs:LedAction (Results 1 – 1 of 1) sorted by relevance
24 struct LedAction struct26 std::string name;27 Action action;28 uint8_t dutyOn;29 uint16_t period;30 std::optional<Action> priority;35 bool operator<(const LedAction& right) const in operator <()