CoreComponents 3.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

Groupadd (int index)
 Add another GPIO pin to the set.
 
Groupoperator<< (int index)
 Add another GPIO pin to the set (convenience method)
 
void setup (Mode mode)
 Configure GPIO pins.
 
Groupoperator= (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.