arduino-audio-driver
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
InfoGPIO Struct Reference

Pins for LED, Buttons, AMP etc. More...

#include <IDriverDeviceInfo.h>

Public Member Functions

 InfoGPIO ()=default
 
 InfoGPIO (PinFunction function, GpioPin pin, PinLogic logic, int index=0)
 

Public Attributes

bool active = true
 
PinFunction function
 
int index = 0
 
GpioPin pin {}
 
PinLogic pin_logic
 

Detailed Description

Pins for LED, Buttons, AMP etc.

Author
Phil Schatzmann

Constructor & Destructor Documentation

◆ InfoGPIO() [1/2]

InfoGPIO ( )
default

◆ InfoGPIO() [2/2]

InfoGPIO ( PinFunction  function,
GpioPin  pin,
PinLogic  logic,
int  index = 0 
)
inline

Member Data Documentation

◆ active

bool active = true

◆ function

PinFunction function

◆ index

int index = 0

◆ pin

GpioPin pin {}

◆ pin_logic

PinLogic pin_logic

The documentation for this struct was generated from the following file: