Doly C++ SDK v1.00
Loading...
Searching...
No Matches
GpioPin.h File Reference

Common GPIO types used across the Doly SDK. More...

#include <cstdint>

Go to the source code of this file.

Enumerations

enum class  GpioType : uint8_t { GpioType::INPUT , GpioType::OUTPUT , GpioType::PWM , GpioType::AIN }
 Describes the configured role of a GPIO pin. More...
enum class  GpioState : uint8_t { GpioState::LOW , GpioState::HIGH }
 Represents the digital logic level of a GPIO pin. More...

Detailed Description

Common GPIO types used across the Doly SDK.

This header contains shared enums that describe GPIO configuration and digital state values used by GPIO-related modules.