Paparazzi UAS
v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
|
#include "std.h"
Go to the source code of this file.
Macros | |
#define | MAX_CHEMO 400 |
Functions | |
void | chemo_init (void) |
void | chemo_periodic (void) |
Variables | |
uint16_t | chemo_sensor |
#define MAX_CHEMO 400 |
Definition at line 7 of file chemo_detect.h.
Referenced by nav_chemotaxis().
void chemo_init | ( | void | ) |
Definition at line 9 of file chemo_detect.c.
References chemo_sensor.
void chemo_periodic | ( | void | ) |
Definition at line 14 of file chemo_detect.c.
References chemo_sensor, DETECT_PERIOD, ENOSE_NB_SENSOR, enose_val, idx, and THRESHOLD.
uint16_t chemo_sensor |
Definition at line 7 of file chemo_detect.c.
Referenced by chemo_init(), chemo_periodic(), nav_anemotaxis(), and nav_chemotaxis().