Calculate temperature from thermistor resistance
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user