Add GPIO initial internal pull-down resistor state (::picolibrary::GPIO::Initial_Pull_Down_State).
[x] The Initial_Pull_Down_State enum class should be defined in the include/picolibrary/gpio.h/source/picolibrary/gpio.cc header/source file pair
[x] The Initial_Pull_Down_State enum class should have an underlying type of std::uint_fast8_t
[x] The Initial_Pull_Down_State enum class should have the following enumerators:
[x] DISABLED,: Disabled
[x] ENABLED,: Enabled
[x] A stream insertion operator should be defined for the Initial_Pull_Down_State enum class in the include/picolibrary/testing/automated/gpio.h/source/picolibrary/testing/automated/gpio.cc header/source file pair
Add GPIO initial internal pull-down resistor state (
::picolibrary::GPIO::Initial_Pull_Down_State
).Initial_Pull_Down_State
enum class should be defined in theinclude/picolibrary/gpio.h
/source/picolibrary/gpio.cc
header/source file pairInitial_Pull_Down_State
enum class should have an underlying type ofstd::uint_fast8_t
Initial_Pull_Down_State
enum class should have the following enumerators:DISABLED,
: DisabledENABLED,
: EnabledInitial_Pull_Down_State
enum class in theinclude/picolibrary/testing/automated/gpio.h
/source/picolibrary/testing/automated/gpio.cc
header/source file pair