![]() |
Doly C++ SDK v1.00
|
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... | |
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.