Paparazzi UAS
v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
|
#include "enose/enose.h"
Go to the source code of this file.
Functions | |
void | enose_init (void) |
void | enose_set_heat (uint8_t no_sensor, uint8_t value) |
void | enose_periodic (void) |
Variables | |
uint8_t | enose_status |
uint8_t | enose_heat [ENOSE_NB_SENSOR] |
uint16_t | enose_val [ENOSE_NB_SENSOR] |
uint16_t | enose_PID_val |
uint16_t | nominal_val [ENOSE_NB_SENSOR] = {1500, 1500, 4000} |
uint16_t | min_val [ENOSE_NB_SENSOR] = {1100, 1200, 2500} |
void enose_init | ( | void | ) |
Definition at line 11 of file sim_enose.c.
void enose_periodic | ( | void | ) |
Definition at line 19 of file sim_enose.c.
Definition at line 18 of file sim_enose.c.
uint8_t enose_heat[ENOSE_NB_SENSOR] |
Definition at line 4 of file sim_enose.c.
uint16_t enose_PID_val |
Definition at line 6 of file sim_enose.c.
uint8_t enose_status |
Definition at line 3 of file sim_enose.c.
uint16_t enose_val[ENOSE_NB_SENSOR] |
Definition at line 5 of file sim_enose.c.
Referenced by chemo_periodic(), enose_init(), and enose_periodic().
uint16_t min_val[ENOSE_NB_SENSOR] = {1100, 1200, 2500} |
Definition at line 9 of file sim_enose.c.
Referenced by enose_periodic().
uint16_t nominal_val[ENOSE_NB_SENSOR] = {1500, 1500, 4000} |
Definition at line 8 of file sim_enose.c.
Referenced by enose_init(), and enose_periodic().