stuff
[matches/MCTX3420.git] / server / sensors / pressure.c
index 61cdbcf..29b8d28 100644 (file)
@@ -40,6 +40,9 @@ double Pressure_Callibrate(int id, int adc)
 {
        //double voltage = ADC_TO_VOLTS(adc); // convert reading to voltage
 
+       return (double)adc;
+
+       //TODO: Fix this
        switch (id)
        {
                case PRES_HIGH0:

UCC git Repository :: git.ucc.asn.au