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
17
extern
"C"
{
18
#endif
/* __cplusplus */
19
25
int
leds_init
(
void
);
26
30
void
leds_blink_led0
(
void
);
31
35
void
leds_blink_led1
(
void
);
36
40
void
leds_on_led0
(
void
);
41
45
void
leds_off_led0
(
void
);
46
47
#ifdef __cplusplus
48
}
49
#endif
/* __cplusplus */
50
51
#endif
/* __LEDS_H__ */
52
leds_blink_led0
void leds_blink_led0(void)
Blink with LED0.
leds_on_led0
void leds_on_led0(void)
Turn on LED0.
leds_blink_led1
void leds_blink_led1(void)
Blink with LED1.
leds_off_led0
void leds_off_led0(void)
Turn off LED0.
leds_init
int leds_init(void)
Initialize LEDs.
applications
ww_kws
src
leds.h
Generated on Thu Jul 9 2026 11:59:51 for Edge AI Add-on API by
1.12.0