![]() |
PIDUINO
|
Information about a certain GPIO line. More...
#include <gpio2.h>
Public Member Functions | |
| LineInfo () | |
| Default constructor initializes the LineInfo structure. | |
| LineInfo (uint32_t offset) | |
| Constructor initializes the LineInfo structure with a specific offset. | |
| void | printAttributes (std::ostream &os=std::cout) const |
| Print the attributes of this GPIO line to the specified output stream. | |
Information about a certain GPIO line.
|
inline |
|
inline |
| void Gpio2::LineInfo::printAttributes | ( | std::ostream & | os = std::cout | ) | const |
Print the attributes of this GPIO line to the specified output stream.
| os | The output stream to which the attributes will be printed, defaults to std cout. |