Module esp_ward::peripherals::button

source ·
Expand description

§Button Module

This module provides a simple interface for button handling with debouncing algorythm. It can be used to detect press and release events for a button connected to an input pin.

§Example

Structs§

  • A generic button that can report press and release events.

Enums§

  • Represents possible events from a button press.