libhal-google / libhal

A collection of interfaces and abstractions for embedded peripherals and devices using modern C++
Apache License 2.0
86 stars 17 forks source link

`hal::gpio` #701

Open kammce opened 1 year ago

kammce commented 1 year ago

A digital pin that can switch directions and become an input pin or an output pin.

These pins should be rarely used as most situations the direction of a pin does not need to change.

May close this issue if no reasonable use cases arises.