Add feature to open GPIO by line name #506
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "eive/fsfw:feature/open-gpio-by-line-name"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This feature was provided by @Jakob.Meier as part of
eive/fsfw#19 .
It adds the feature to open GPIOs supplying their line names.
I guess technically, changing the type of the
gpio_cb_t
and ctor parameter fromint
togpio::Levels
could be considered breaking, but as I would consider not passing the enum value but a raw integer as a bug, I concur with Robin on non-breaking.