3#include "notification.h"
4#include "notification_messages.h"
5#include "notification_settings_filename.h"
7#define NOTIFICATION_LED_COUNT 3
8#define NOTIFICATION_EVENT_COMPLETE 0x00000001U
11 NotificationLayerMessage,
15} NotificationAppMessageType;
18 const NotificationSequence* sequence;
19 NotificationAppMessageType type;
25 LayerNotification = 1,
27} NotificationLedLayerIndex;
30 uint8_t value_last[LayerMAX];
31 uint8_t value[LayerMAX];
32 NotificationLedLayerIndex index;
36#define NOTIFICATION_SETTINGS_VERSION 0x02
37#define NOTIFICATION_SETTINGS_PATH INT_PATH(NOTIFICATION_SETTINGS_FILE_NAME)
41 float display_brightness;
44 uint32_t display_off_delay_ms;
56 uint8_t display_led_lock;
Definition event_flag.c:14
Definition message_queue.c:16
Definition notification_app.h:49
Definition notification_app.h:17
Definition notification_app.h:29
Definition notification_app.h:39