automatically detect temperature sensor

This commit is contained in:
Joey Castillo
2025-05-17 10:23:38 -04:00
parent 9fd174e453
commit 80cbb0fe30
6 changed files with 57 additions and 16 deletions

View File

@@ -35,6 +35,7 @@
#define THERMISTOR_NOMINAL_RESISTANCE (10000.0)
#define THERMISTOR_SERIES_RESISTANCE (10000.0)
bool thermistor_driver_init(void);
void thermistor_driver_enable(void);
void thermistor_driver_disable(void);
float thermistor_driver_get_temperature(void);