#include <stddef.h>#include <stdio.h>#include <stdexcept>#include <unistd.h>#include <fcntl.h>#include <utils/PWM.h>#include <inttypes.h>#include "ApraUtils.h"Go to the source code of this file.
Namespaces | |
| namespace | apra |
Macros | |
| #define | PWM_TOUT_USEC 10000 |
| #define | PWM_EXPORT "export" |
| #define | PWM_UNEXPORT "unexport" |
| #define | PWM_PERIOD "period" |
| #define | PWM_DUTYCYCLE "duty_cycle" |
| #define | PWM_ENABLE "enable" |