dRonin
adbada4
dRonin firmware
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
pios_annunc.h
Go to the documentation of this file.
1
14
/*
15
* This program is free software; you can redistribute it and/or modify
16
* it under the terms of the GNU General Public License as published by
17
* the Free Software Foundation; either version 3 of the License, or
18
* (at your option) any later version.
19
*
20
* This program is distributed in the hope that it will be useful, but
21
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
22
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
23
* for more details.
24
*
25
* You should have received a copy of the GNU General Public License along
26
* with this program; if not, see <http://www.gnu.org/licenses/>
27
*/
28
29
#ifndef PIOS_LED_H
30
#define PIOS_LED_H
31
32
/* Public Functions */
33
extern
void
PIOS_ANNUNC_On
(uint32_t annunc_id);
34
extern
void
PIOS_ANNUNC_Off
(uint32_t annunc_id);
35
extern
void
PIOS_ANNUNC_Toggle
(uint32_t annunc_id);
36
37
#ifdef FLIGHT_POSIX
38
extern
bool
PIOS_ANNUNC_GetStatus(uint32_t annunc_id);
// Currently sim only
39
#endif
40
41
42
#endif
/* PIOS_LED_H */
PIOS_ANNUNC_Off
void PIOS_ANNUNC_Off(uint32_t annunc_id)
PIOS_ANNUNC_On
void PIOS_ANNUNC_On(uint32_t annunc_id)
PIOS_ANNUNC_Toggle
void PIOS_ANNUNC_Toggle(uint32_t annunc_id)
flight
PiOS
inc
pios_annunc.h
Generated by
1.8.6