Mercurial > public > ostc4
diff Discovery/Inc/simulation.h @ 629:55a9aa740f13
Added functionality to add ppo2 mV offset:
For test purpose (in case no HW simulator is available) modification using the simulator are useful for testing of ppo2 error handling => Interface added
author | Ideenmodellierer |
---|---|
date | Tue, 23 Feb 2021 21:53:24 +0100 |
parents | 2bb1db22b5f5 |
children | 21949c88da90 |
line wrap: on
line diff
--- a/Discovery/Inc/simulation.h Fri Feb 12 21:46:36 2021 +0100 +++ b/Discovery/Inc/simulation.h Tue Feb 23 21:53:24 2021 +0100 @@ -63,5 +63,8 @@ void Sim_Divetime (void); void Sim_Quit (void); +void Sim_IncreasePPO(uint8_t sensorIdx); +void Sim_DecreasePPO(uint8_t sensorIdx); + #endif /* SIMULATION_H */