GpioInputPinOptions Struct Reference

Space-ng SDK: sol3::gpio::GpioInputPinOptions Struct Reference
Space-ng SDK
sol3::gpio::GpioInputPinOptions Struct Reference

Options for configuring a Gpio input pin. More...

#include <sol3/gpio/gpio.h>

Public Attributes

GpioEdge edge = GpioEdge::BOTH
 Edge detection mode for interrupt-based monitoring. More...
 
bool active_low = false
 Invert pin logic (true = active-low) More...
 

Detailed Description

Options for configuring a Gpio input pin.

Member Data Documentation

◆ active_low

bool sol3::gpio::GpioInputPinOptions::active_low = false

Invert pin logic (true = active-low)

◆ edge

GpioEdge sol3::gpio::GpioInputPinOptions::edge = GpioEdge::BOTH

Edge detection mode for interrupt-based monitoring.


The documentation for this struct was generated from the following file:
  • /workspaces/astro/sol3-sdk/cpp/sol3/gpio/gpio.h