Mercurial > public > ostc4
comparison Common/Inc/data_central.h @ 969:81049905d829 Evo_2_23
Zusammenf?hren
| author | heinrichsweikamp |
|---|---|
| date | Sun, 19 Jan 2025 12:02:59 +0100 |
| parents | e9c37071933b |
| children | 8507a87f6401 |
comparison
equal
deleted
inserted
replaced
| 968:b9a1710522b1 | 969:81049905d829 |
|---|---|
| 41 #define false 0 | 41 #define false 0 |
| 42 #define true 1 | 42 #define true 1 |
| 43 | 43 |
| 44 #define EXT_INTERFACE_SENSOR_CNT (8u) /* 1 MUX + 7 sensors may be connected to the external interface (1 MUX + 3 ADC + 4 UART) */ | 44 #define EXT_INTERFACE_SENSOR_CNT (8u) /* 1 MUX + 7 sensors may be connected to the external interface (1 MUX + 3 ADC + 4 UART) */ |
| 45 #define EXT_INTERFACE_MUX_OFFSET (3u) /* the sensor struct starts with 3 ADC sensors */ | 45 #define EXT_INTERFACE_MUX_OFFSET (3u) /* the sensor struct starts with 3 ADC sensors */ |
| 46 | |
| 47 #define EXT_INTERFACE_BUZZER_ON_TIME_MS (2000u) /* max time the buzzer should be active without break */ | |
| 48 #define EXT_INTERFACE_BUZZER_STABLE_TIME_MS (500u) /* min time a state (ON / OFF) should be stable before it may be changed */ | |
| 49 | |
| 46 | 50 |
| 47 /* Helper structs ------------------------------------------------------------*/ | 51 /* Helper structs ------------------------------------------------------------*/ |
| 48 | 52 |
| 49 //struct SGas | 53 //struct SGas |
| 50 //contains gasinfos of single gas for deco calculation | 54 //contains gasinfos of single gas for deco calculation |
