apcountryman / picolibrary

A C++ microcontroller driver/utility library targeted for use with resource constrained microcontrollers.
https://apcountryman.github.io/picolibrary/
Apache License 2.0
2 stars 1 forks source link

Add GPIO internally pulled-down input pin concept #2502

Closed apcountryman closed 10 months ago

apcountryman commented 10 months ago

Add GPIO internally pulled-down input pin concept (::picolibrary::GPIO::Internally_Pulled_Down_Input_Pin_Concept) and associated mock (::picolibrary::Testing::Automated::GPIO::Mock_Internally_Pulled_Down_Input_Pin).