CoreComponents 4.0.0
A Modern C++ Toolkit
Loading...
Searching...
No Matches
Raspin::Group Class Reference

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.

Detailed Description

A group of GPIO pins.

Member Function Documentation

◆ add()

Group & add ( int index)

Add another GPIO pin to the set.

◆ operator<<()

Group & operator<< ( int index)

Add another GPIO pin to the set (convenience method).

◆ setup()

void setup ( Mode mode)

Configure GPIO pins.

◆ operator=()

Group & operator= ( Level level)

Write the GPIO pins.