automatically detect temperature sensor
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user