Abstract base class for ADC implementations in the HardFOC system.
This file contains the declaration of the BaseAdc abstract class, which provides a common interface and comprehensive features for all ADC implementations.
- Author
- Nebiyu Tadesse
- Date
- 2025
- Copyright
- HardFOC
- Note
- This class defines the unified ADC API that all ADC controller implementations must provide. It ensures a consistent API across different platforms and ADC controller types, making the system extensible and maintainable.
-
This is a header-only abstract base class.