Paparazzi UAS
v6.2.0_stable
Paparazzi is a free software Unmanned Aircraft System.
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
m
n
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
led_hw.h
Go to the documentation of this file.
1
#ifndef LED_HW_H
2
#define LED_HW_H
3
4
#include <stdbool.h>
5
6
extern
bool
led_disabled
;
7
extern
void
_led_on
(
int
i);
8
extern
void
_led_off
(
int
i);
9
extern
void
_led_toggle
(
int
i);
10
11
#define LED_INIT(i) { led_disabled = false; }
12
#define LED_ON(i) _led_on(i);
13
#define LED_OFF(i) _led_off(i);
14
#define LED_TOGGLE(i) _led_toggle(i);
15
#define LED_DISABLE(i) { LED_OFF(i); led_disabled = true; }
16
17
#define LED_PERIODIC() {}
18
19
#endif
/* LED_HW_H */
_led_on
void _led_on(int i)
Definition:
led_hw.c:17
_led_off
void _led_off(int i)
Definition:
led_hw.c:18
led_disabled
bool led_disabled
Definition:
led_hw.c:9
_led_toggle
void _led_toggle(int i)
Definition:
led_hw.c:19
sw
airborne
arch
sim
led_hw.h
Generated on Mon Feb 6 2023 21:00:23 for Paparazzi UAS by
1.9.1