rusEFI
The most advanced open source ECU
Data Structures | Functions
debounce.h File Reference

Detailed Description

Generic button debounce class https://en.wikipedia.org/wiki/Switch#Contact_bounce If we don't 'debounce' our button inputs, we may mistakenly read a single button press as multiple events.

Date
Aug 31, 2020
Author
David Holdeman, (c) 2020

Definition in file debounce.h.

Data Structures

class  ButtonDebounce
 

Functions

void initButtonDebounce ()
 

Function Documentation

◆ initButtonDebounce()

void initButtonDebounce ( )

Referenced by commonInitEngineController(), and ButtonDebounce::stopConfiguration().

Here is the caller graph for this function:

Go to the source code of this file.