|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Include dependency graph for chemo_detect.c:Go to the source code of this file.
Macros | |
| #define | DETECT_PERIOD 8 /* *4Hz */ |
| #define | THRESHOLD 150 |
Functions | |
| void | chemo_init (void) |
| void | chemo_periodic (void) |
Variables | |
| uint16_t | chemo_sensor |
| #define DETECT_PERIOD 8 /* *4Hz */ |
Definition at line 4 of file chemo_detect.c.
Referenced by chemo_periodic().
| #define THRESHOLD 150 |
Definition at line 5 of file chemo_detect.c.
Referenced by chemo_periodic().
| 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().