Create a driver for the thermistor expansion board to read battery cell temperatures.
Theoretically we could have an external_adc driver and then a thermistor driver on top of that.. but we'll probably just lump all that into the thermistor driver.
thermistor.h
- Register defines for ADC on thermistor board, API function prototypes
thermistor.c
- API implementations (init_thermistor, set_thermistor_params, readTemp, checkFaults, etc..) there are probably more things to think about with the multiplexing
Create a driver for the thermistor expansion board to read battery cell temperatures.
Theoretically we could have an external_adc driver and then a thermistor driver on top of that.. but we'll probably just lump all that into the thermistor driver.
thermistor.h
thermistor.c