#include <GPIO.h>
◆ GPIO()
gpio::GPIO::GPIO |
( |
int |
gpio | ) |
|
|
explicit |
◆ ~GPIO()
gpio::GPIO::~GPIO |
( |
void |
| ) |
|
◆ Export()
bool gpio::GPIO::Export |
( |
void |
| ) |
|
◆ GetValue()
Value gpio::GPIO::GetValue |
( |
void |
| ) |
|
◆ IsExported()
bool gpio::GPIO::IsExported |
( |
void |
| ) |
|
◆ SetDirection()
bool gpio::GPIO::SetDirection |
( |
Direction |
direction | ) |
|
◆ SetEdge()
bool gpio::GPIO::SetEdge |
( |
Edge |
edge | ) |
|
◆ SetValue()
bool gpio::GPIO::SetValue |
( |
Value |
value | ) |
|
◆ Unexport()
bool gpio::GPIO::Unexport |
( |
void |
| ) |
|
◆ WaitInterrupt()
Interrupt gpio::GPIO::WaitInterrupt |
( |
const struct timespec * |
timeout | ) |
|
The documentation for this class was generated from the following files:
- hardware/epson_imu/include/epson_imu/GPIO.h
- hardware/epson_imu/src/GPIO.cc