Sygaldry
|
Raspberry Pi Pico SDK Button Component. More...
Public Member Functions | |
void | init () |
void | operator() () |
Public Member Functions inherited from sygaldry::sygsp::ButtonGestureModel | |
void | operator() () |
Additional Inherited Members | |
Static Public Member Functions inherited from sygaldry::name_<"Button"> | |
static _consteval auto | name () |
Static Public Member Functions inherited from sygaldry::description_<"A single button attached to a GPIO"> | |
static _consteval auto | description () |
Static Public Member Functions inherited from sygaldry::author_<"Travis J. West"> | |
static _consteval auto | author () |
Static Public Member Functions inherited from sygaldry::copyright_<"Copyright 2023 Sygaldry Contributors"> | |
static _consteval auto | copyright () |
Static Public Member Functions inherited from sygaldry::license_<"SPDX-License-Identifier: MIT"> | |
static _consteval auto | license () |
Static Public Member Functions inherited from sygaldry::version_<"0.0.0"> | |
static _consteval auto | version () |
Public Attributes inherited from sygaldry::sygsp::ButtonGestureModel | |
struct sygaldry::sygsp::ButtonGestureModel::inputs_t | inputs |
struct sygaldry::sygsp::ButtonGestureModel::outputs_t | outputs |
Raspberry Pi Pico SDK Button Component.
pin_number | The GPIO pin number on which to read the button |
active_level | Whether the button is active high or low. |