software:firmware
MakAir Firmware
config.h
Go to the documentation of this file.
1 
8 #pragma once
9 
14 #define MODE_PROD 1
15 #define MODE_MFM_TESTS 4
17 
19 #define MODE MODE_PROD
26 #define DEBUG 0
27 
29 // Comment out when no sensor
30 #define MASS_FLOW_METER_ENABLED
31 
36 #define MFM_NONE 0
37 #define MFM_SFM_3300D 1
38 #define MFM_SDP703_02 2
39 #define MFM_HONEYWELL_HAF 4
40 #define MFM_SFM3019 5
42 
44 #define MASS_FLOW_METER_SENSOR MFM_HONEYWELL_HAF
45 #define MASS_FLOW_METER_SENSOR_EXPI MFM_SFM_3300D
46 
48 #define MFM_RANGE 200
49 
55 // #define DISABLE_BUTTONS
56 
57 // Uncomment when compiling for the simulator
58 // #define SIMULATOR