Split thermistor functions into separate logical units and add TODO

This commit is contained in:
2024-09-19 19:54:28 +02:00
parent b3fda53036
commit 1f01f92291
5 changed files with 74 additions and 52 deletions

View File

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