Mercurial > public > ostc4
changeset 753:4a28402e4aca
Updated outdated comment
author | Ideenmodellierer |
---|---|
date | Tue, 07 Mar 2023 19:52:18 +0100 |
parents | 4f19336a3f21 |
children | ec7b62983a8c |
files | Small_CPU/Src/externalInterface.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Small_CPU/Src/externalInterface.c Tue Mar 07 19:51:30 2023 +0100 +++ b/Small_CPU/Src/externalInterface.c Tue Mar 07 19:52:18 2023 +0100 @@ -93,7 +93,7 @@ /* Create a lookup table based on GSS application note AN001: PRESSURE COMPENSATION OF A CO2 SENSOR */ /* The main purpose of the sensor in the dive application is to be a warning indicator */ -/* => no exact values necessary => a lookup table with 50 entries should be sufficient */ +/* => no exact values necessary => a lookup table with 1000ppm scaling should be sufficient */ LookupCO2PressureCorrection [0] = -0.0014; for(index = 1; index < (LOOKUP_CO2_CORR_TABLE_MAX / LOOKUP_CO2_CORR_TABLE_SCALE); index++) {