software:firmware
MakAir Firmware
|
Main configuration. More...
Go to the source code of this file.
Macros | |
#define | MODE MODE_PROD |
Defines the current mode. More... | |
#define | DEBUG 0 |
Activates debug traces. More... | |
#define | MASS_FLOW_METER_ENABLED |
Defines if the device has a Mass Flow Meter or not. More... | |
#define | MASS_FLOW_METER_SENSOR MFM_HONEYWELL_HAF |
Defines the type of each Mass Flow Meter. More... | |
#define | MASS_FLOW_METER_SENSOR_EXPI MFM_SFM_3300D |
#define | MFM_RANGE 200 |
Defines the range of the Mass Flow Meter in SLM (standard liter per minute) More... | |
Available modes | |
#define | MODE_PROD 1 |
Ventilator mode. More... | |
#define | MODE_MFM_TESTS 4 |
Mass Flow Meter debugging mode. More... | |
Available Mass Flow Meters | |
#define | MFM_NONE 0 |
#define | MFM_SFM_3300D 1 |
#define | MFM_SDP703_02 2 |
#define | MFM_HONEYWELL_HAF 4 |
#define | MFM_SFM3019 5 |
#define DEBUG 0 |
#define MASS_FLOW_METER_ENABLED |
#define MASS_FLOW_METER_SENSOR MFM_HONEYWELL_HAF |
#define MASS_FLOW_METER_SENSOR_EXPI MFM_SFM_3300D |
#define MFM_RANGE 200 |