Align with the LP5521 datasheet
[led-pattern-ed] / src / led-pattern.vala
index 25f1ae5..002048c 100644 (file)
@@ -41,8 +41,10 @@ enum CommandType {
        RESET_MUX,
        SET_PWM,
        RAMP_WAIT,
-       REPEAT,
-       STOP
+       GO_TO_START,
+       BRANCH,
+       END,
+       TRIGGER
 }
 
 class LedCommand : Object {