gpio: refactor edge argument from In() into its own function Edges().
maruel opened this issue · 1 comments
maruel commented
Make the function more generic and split the edges from the input.
Edges() would work similar to SenseContinuous() (albeit without an interval). Then In() is simplified. There's some API design work still needed.
This depends on #380.
maruel commented
Ported to periph/conn#4