@@ -225,6 +225,12 @@ const NotificationSequence sequence_set_blue_255 = {
|
||||
};
|
||||
|
||||
// Blink
|
||||
const NotificationSequence sequence_blink_blue_10 = {
|
||||
&message_blue_255,
|
||||
&message_delay_10,
|
||||
NULL,
|
||||
};
|
||||
|
||||
const NotificationSequence sequence_blink_red_10 = {
|
||||
&message_red_255,
|
||||
&message_delay_10,
|
||||
@@ -324,4 +330,4 @@ const NotificationSequence sequence_error = {
|
||||
&message_vibro_off,
|
||||
&message_sound_off,
|
||||
NULL,
|
||||
};
|
||||
};
|
||||
|
@@ -73,6 +73,7 @@ extern const NotificationSequence sequence_set_green_255;
|
||||
extern const NotificationSequence sequence_set_blue_255;
|
||||
|
||||
// Blink
|
||||
extern const NotificationSequence sequence_blink_blue_10;
|
||||
extern const NotificationSequence sequence_blink_red_10;
|
||||
extern const NotificationSequence sequence_blink_green_10;
|
||||
extern const NotificationSequence sequence_blink_yellow_10;
|
||||
@@ -91,4 +92,4 @@ extern const NotificationSequence sequence_error;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user