Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches
leds.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
13#ifndef __LEDS_H__
14#define __LEDS_H__
15
16#ifdef __cplusplus
17extern "C" {
18#endif /* __cplusplus */
19
25int leds_init(void);
26
30void leds_blink_led0(void);
31
35void leds_blink_led1(void);
36
40void leds_on_led0(void);
41
45void leds_off_led0(void);
46
47#ifdef __cplusplus
48}
49#endif /* __cplusplus */
50
51#endif /* __LEDS_H__ */
52
void leds_blink_led0(void)
Blink with LED0.
void leds_on_led0(void)
Turn on LED0.
void leds_blink_led1(void)
Blink with LED1.
void leds_off_led0(void)
Turn off LED0.
int leds_init(void)
Initialize LEDs.