HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
Loading...
Searching...
No Matches
ADC Module

All ADC-related types, enums, and functions for analog-to-digital conversion operations. More...

Files

file  BaseAdc.h
 Abstract base class for ADC implementations in the HardFOC system.
 
file  EspAdc.h
 ESP32 ADC implementation for the HardFOC system.
 

Classes

class  BaseAdc
 Base class for ADCs. More...
 

Macros

#define HF_ADC_ERR_LIST(X)
 ADC error codes.
 

Detailed Description

All ADC-related types, enums, and functions for analog-to-digital conversion operations.

Macro Definition Documentation

◆ HF_ADC_ERR_LIST

#define HF_ADC_ERR_LIST ( X)

ADC error codes.

Comprehensive error enumeration for all ADC operations in the system. This enumeration is used across all ADC-related classes to provide consistent error reporting and handling.