|
HF-Core Platform 0.1.0-dev
Hardware-Agnostic Handler Layer & RTOS Utilities for HardFOC
|
Implementation of NTC temperature sensor handler for HardFOC system. More...
#include "NtcTemperatureHandler.h"#include "handlers/logger/Logger.h"#include "core/hf-core-utils/hf-utils-rtos-wrap/include/OsUtility.h"Variables | |
| static const char * | TAG = "NtcTempHandler" |
Implementation of NTC temperature sensor handler for HardFOC system.
This file implements the NtcTemperatureHandler class, which provides a BaseTemperature interface for NTC thermistors. It wraps the NtcThermistor library and uses a BaseAdc pointer for underlying ADC operations.
|
static |