Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
628:db2bcd2f6778 | 629:55a9aa740f13 |
---|---|
61 void Sim_Descend (void); | 61 void Sim_Descend (void); |
62 void Sim_Ascend (void); | 62 void Sim_Ascend (void); |
63 void Sim_Divetime (void); | 63 void Sim_Divetime (void); |
64 void Sim_Quit (void); | 64 void Sim_Quit (void); |
65 | 65 |
66 void Sim_IncreasePPO(uint8_t sensorIdx); | |
67 void Sim_DecreasePPO(uint8_t sensorIdx); | |
68 | |
66 | 69 |
67 #endif /* SIMULATION_H */ | 70 #endif /* SIMULATION_H */ |