Mercurial > public > ostc4
diff Small_CPU/Inc/externalInterface.h @ 1062:785772303f9c Icon_Integration
Added pressure sensors in Sentnel mode:
The Red Head/Provide pressure and tempstick information on a uart channel together with the O2 data. The support for receiving pressure data has been added to the Sentinel protocol function.
| author | Ideenmodellierer |
|---|---|
| date | Tue, 10 Feb 2026 19:36:05 +0100 |
| parents | d9290c76b840 |
| children | 1f2067cad41b |
line wrap: on
line diff
--- a/Small_CPU/Inc/externalInterface.h Sat Feb 07 21:39:40 2026 +0100 +++ b/Small_CPU/Inc/externalInterface.h Tue Feb 10 19:36:05 2026 +0100 @@ -111,6 +111,8 @@ uint16_t externalInterface_GetCO2SignalStrength(void); void externalInterface_SetCO2State(uint16_t state); uint16_t externalInterface_GetCO2State(void); +void externalInterface_SetBottlePressure(uint8_t bottle, uint8_t bar); +uint8_t externalInterface_GetBottlePressure(uint8_t bottle); uint8_t externalInterface_GetSensorData(uint8_t sensorId, uint8_t* pDataStruct); void externalInterface_SetSensorData(uint8_t sensorId, uint8_t* pDataStruct); void externalInface_SetSensorMap(uint8_t* pMap);
