Calculate temperature from thermistor resistance

This commit is contained in:
2024-09-15 20:09:57 +02:00
parent ccbd964111
commit 1cc319cd38
3 changed files with 38 additions and 13 deletions

View File

@@ -28,6 +28,7 @@ int I2C_AHT20_Init(void);
int I2C_AHT20_Read(float *temp, float *rhum);
// ADS1115 analog to digital converter
word I2C_ADS1115_Read(int channel);
word I2C_ADS1115_Read(int channel);
float I2C_ADS1115_ReadThermistor(int channel);
#endif // MAD_CORE_BUS_I2C_H