HF-Core Platform 0.1.0-dev
Hardware-Agnostic Handler Layer & RTOS Utilities for HardFOC
Loading...
Searching...
No Matches
NtcTemperatureHandler.cpp File Reference

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"
Include dependency graph for NtcTemperatureHandler.cpp:

Variables

static const char * TAG = "NtcTempHandler"
 

Detailed Description

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.

Author
Nebiyu Tadesse
Date
2025

Variable Documentation

◆ TAG

const char* TAG = "NtcTempHandler"
static