|
Exploring BeagleBone
V1.0
|
#include <string>

Go to the source code of this file.
Data Structures | |
| class | exploringBB::PWM |
| A class to control a basic PWM output – you must know the exact sysfs filename for the PWM output. More... | |
Namespaces | |
| exploringBB | |
Macros | |
| #define | PWM_PATH "/sys/devices/ocp.3/" |
| #define | PWM_PERIOD "period" |
| #define | PWM_DUTY "duty" |
| #define | PWM_POLARITY "polarity" |
| #define | PWM_RUN "run" |
| #define PWM_DUTY "duty" |
| #define PWM_PATH "/sys/devices/ocp.3/" |
| #define PWM_PERIOD "period" |
| #define PWM_POLARITY "polarity" |
| #define PWM_RUN "run" |
1.8.8