Zitat Zitat von fredyxx Beitrag anzeigen
Mit "JustPin = debouncer.fell();" oder "JustPin = debouncer.rose(); ist das aber nicht der Fall.
Das sind wohl Methoden für Flankenerkennung. Zitat aus der bounce2/wiki
bool read()
Reads the updated pin state.

bool fell()
Returns true if pin signal transitions from high to low.

bool rose()
Returns true if signal transitions from low to high.
Gruß
witkatz