log Small_CPU/Src/pressure.c @ 386:39c147e47c1c MotionDetection

age author description
2019-10-08 Jan Mulder Fix merge problem fix-merge-mess
2019-10-06 heinrichsweikamp Merge
2019-10-03 ideenmodellierer Added function to evaluate the state of the surface pressure history memory FlightMode_Improvment
2019-10-06 heinrichsweikamp change max. allowed surface pressure to 1030hPa (As in the small OSTC)
2019-08-17 ideenmodellierer Apply averaging to pressure measurement: In pre versions calculated pressure value jittered +/-10hPa. Since we measure the pressure several time a second but only use one value a second, calc average including not used values PressureMeasure_Improvment
2019-08-13 ideenmodellierer Use average calculation for pressure: precondition was that pressure values jittered +- 10 HPa from one capture (once a second) to the other. Basically pressure is measured several times a second => using these values in an additional history calculation reduces the jitter down to +-1 per second PressureMeasure_Improvment
2019-07-17 ideenmodellierer Added plausibility check for pressure values I2C_Improvment
2019-04-28 ideenmodellierer Rework pressure/ temperature data aquisition IPC_Sync_Improvment_3
2019-04-08 Jan Mulder cleanup: factor out I2C1_Status() and cleanup type div-fixes-5
2019-03-15 Jan Mulder cleanup: remove obsolete code, make static, etc. cleanup-2
2018-04-28 heinrichsweikamp include in ostc4 repository