CoreComponents 3.0.0
A Modern C++ Toolkit
|
A group of GPIO pins. More...
#include <Raspin>
Public Member Functions | |
Group & | add (int index) |
Add another GPIO pin to the set. | |
Group & | operator<< (int index) |
Add another GPIO pin to the set (convenience method) | |
void | setup (Mode mode) |
Configure GPIO pins. | |
Group & | operator= (Level level) |
Write the GPIO pins. | |
A group of GPIO pins.
Group & add | ( | int | index | ) |
Add another GPIO pin to the set.
Group & operator<< | ( | int | index | ) |
Add another GPIO pin to the set (convenience method)
void setup | ( | Mode | mode | ) |
Configure GPIO pins.