nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
led_state.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef _LED_STATE_H_
8#define _LED_STATE_H_
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14#include <caf/led_effect.h>
15
16#define LED_UNAVAILABLE 0xFF
17#define ANOMALY_LABEL "_anomaly"
18
20 const char *label;
22};
23
30
31#ifdef __cplusplus
32}
33#endif
34
35#endif /* _LED_STATE_H_ */
led_id
Definition led_state.h:24
@ LED_ID_COUNT
Definition led_state.h:28
@ LED_ID_SENSOR_SIM
Definition led_state.h:26
@ LED_ID_ML_STATE
Definition led_state.h:25
Single LED effect.
Definition led_effect.h:51
struct led_effect effect
Definition led_state.h:21
const char * label
Definition led_state.h:20
Definition led_state.h:19