Class vl::GPIO
ClassList > vl > GPIO
Public Types
Public Functions
Public Types Documentation
enum Direction
enum vl::GPIO::Direction {
In,
Out
};
enum Edge
enum vl::GPIO::Edge {
Rising,
Falling,
Both
};
Public Functions Documentation
function GPIO
vl::GPIO::GPIO (
uint32_t gpio,
Direction dir
)
function direction
Direction vl::GPIO::direction ()
function setDirection
void vl::GPIO::setDirection (
Direction direction
)
function setValue
void vl::GPIO::setValue (
bool value
)
function value
function watchEventsStart
void vl::GPIO::watchEventsStart (
Edge edge,
const std::function< void(bool)> & cb
)
function watchEventsStop
void vl::GPIO::watchEventsStop ()
function ~GPIO
virtual vl::GPIO::~GPIO ()
The documentation for this class was generated from the following file docs/libvl/build/1.2.5/doxygen/source/vl/gpio.h