mraa
2.0.0
Low Level Skeleton Library for Communication on GNU/Linux platforms
|
Public Member Functions | |
MraaIo (const std::string &initStr) | |
mraa_io_descriptor * | getMraaDescriptors () |
std::string | getLeftoverStr () |
Data Fields | |
std::vector< Aio > | aios |
std::vector< Gpio > | gpios |
std::vector< I2c > | i2cs |
std::vector< Iio > | iios |
std::vector< Pwm > | pwms |
std::vector< Spi > | spis |
std::vector< Uart > | uarts |
std::vector< UartOW > | uart_ows |