NavHAL 0.1.0
NAVRobotec's architecture-agnostic HAL for embedded systems.
Loading...
Searching...
No Matches
hal_pwm.h
Go to the documentation of this file.
1
16
17#ifndef HAL_PWM_H
18#define HAL_PWM_H
19
20#ifdef CORTEX_M4
21#include "core/cortex-m4/pwm.h"
22#endif
23
24#endif // !HAL_PWM_H
HAL interface for PWM (Pulse Width Modulation) configuration and control.