|
HF-Core Platform 0.1.0-dev
Hardware-Agnostic Handler Layer & RTOS Utilities for HardFOC
|
Implementation of the PCA9685 PWM controller handler. More...
#include <string.h>#include <cmath>#include "Pca9685Handler.h"#include "handlers/logger/Logger.h"Implementation of the PCA9685 PWM controller handler.
Implements all four layers defined in Pca9685Handler.h:
All driver calls use the PascalCase API of the updated hf-pca9685-driver (pca9685::PCA9685<I2cType>). Error handling follows the driver's error-flag model: individual methods return bool, with accumulated error flags available via GetErrorFlags().