Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
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 
6 void airspeed_otf_parse(char c);
7 void airspeed_otf_init(void);
8 void airspeed_otf_event(void);
9 void airspeed_otf_periodic(void);
10 
11 #endif
c
VIC slots used for the LPC2148 define name e g gps UART1_VIC_SLOT e g modem SPI1_VIC_SLOT SPI1 in mcu_periph spi_arch c or spi_slave_hs_arch c(and some others not using the SPI peripheral yet..) I2C0_VIC_SLOT 8 mcu_periph/i2c_arch.c I2C1_VIC_SLOT 9 mcu_periph/i2c_arch.c USB_VIC_SLOT 10 usb
airspeed_otf_event
void airspeed_otf_event(void)
Definition: airspeed_otf.c:155
airspeed_otf_periodic
void airspeed_otf_periodic(void)
Definition: airspeed_otf.c:163
std.h
airspeed_otf_parse
void airspeed_otf_parse(char c)
Definition: airspeed_otf.c:58
airspeed_otf_init
void airspeed_otf_init(void)
Definition: airspeed_otf.c:151