UUtzinger_DRV8704  0.1.1
Arduino library for the DRV8704 dual H-bridge gate driver
drv8704_pwm_general.cpp File Reference

Generic Arduino analogWrite backend for DRV8704 PWM input generation. More...

#include "drv8704_pwm.h"
Include dependency graph for drv8704_pwm_general.cpp:

Functions

DRV8704PwmBackenddrv8704CreatePwmBackend ()
 Create the platform PWM backend selected by the active Arduino core. More...
 

Detailed Description

Generic Arduino analogWrite backend for DRV8704 PWM input generation.

Function Documentation

◆ drv8704CreatePwmBackend()

DRV8704PwmBackend* drv8704CreatePwmBackend ( )

Create the platform PWM backend selected by the active Arduino core.

Returns
Backend instance or nullptr when the target has no supported PWM backend.