updated temperature calibration T1, R1, T2, R2

pico-v0.1
alanbjohnston 3 years ago committed by GitHub
parent 11712329b3
commit f92e39d53d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -269,10 +269,10 @@ void eeprom_word_write(int addr, int val);
short eeprom_word_read(int addr); short eeprom_word_read(int addr);
int first_time = true; int first_time = true;
int first_read = true; int first_read = true;
float T2 = 26.3; // Temperature data point 1 float T2 = 27; // Temperature data point 1
float R2 = 167; // Reading data point 1 float R2 = 170; // Reading data point 1
float T1 = 2; // Temperature data point 2 float T1 = 7; // Temperature data point 2
float R1 = 179; // Reading data point 2 float R1 = 184; // Reading data point 2
int sensorValue; int sensorValue;
float Temp; float Temp;
float rest; float rest;

Loading…
Cancel
Save

Powered by TurnKey Linux.