10#ifndef SBL_HAL_GPIO_TYPES_HPP_
11#define SBL_HAL_GPIO_TYPES_HPP_
@ Output
Digital output (push-pull)
@ Input
Digital input (high impedance)
@ Analog
Analog input (for ADC)
@ OpenDrain
Open-drain output (requires external pull-up)
@ InputPullup
Digital input with internal pull-up resistor.
@ InputPulldown
Digital input with internal pull-down resistor.
PinLevel
Digital logic levels.
@ High
Logic high (Vdd, 3.3V typically)
Root namespace for all Sound Byte Libs functionality.