Exploring BeagleBone  V1.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Namespaces | Macros
PWM.h File Reference
#include <string>
Include dependency graph for PWM.h:
This graph shows which files directly or indirectly include this file:

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"
 

Macro Definition Documentation

#define PWM_DUTY   "duty"
#define PWM_PATH   "/sys/devices/ocp.3/"
#define PWM_PERIOD   "period"
#define PWM_POLARITY   "polarity"
#define PWM_RUN   "run"