Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
airspeed_otf.h
Go to the documentation of this file.
1#ifndef AIRSPEED_OTF_H
2#define AIRSPEED_OTF_H
3
4#include "std.h"
5
6void airspeed_otf_parse(char c);
7void airspeed_otf_init(void);
8void airspeed_otf_event(void);
9void airspeed_otf_periodic(void);
10
11#endif
void airspeed_otf_init(void)
void airspeed_otf_parse(char c)
void airspeed_otf_periodic(void)
void airspeed_otf_event(void)