Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Button::InternalState Struct Reference

Detailed Description

Definition at line 124 of file Button.hpp.

+ Collaboration diagram for Button::InternalState:

Public Member Functions

 InternalState ()
 

Public Attributes

uint8_t debounced: 2
 
bool bouncing: 1
 
bool prevInput: 1
 
bool invert: 1
 
unsigned long prevBounceTime
 

Constructor & Destructor Documentation

◆ InternalState()

InternalState ( )
inline

Definition at line 125 of file Button.hpp.

Member Data Documentation

◆ debounced

uint8_t debounced

Definition at line 128 of file Button.hpp.

◆ bouncing

bool bouncing

Definition at line 129 of file Button.hpp.

◆ prevInput

bool prevInput

Definition at line 130 of file Button.hpp.

◆ invert

bool invert

Definition at line 131 of file Button.hpp.

◆ prevBounceTime

unsigned long prevBounceTime

Definition at line 132 of file Button.hpp.


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