Add feature to open GPIO by line name #506
No reviewers
Labels
No Label
API Change
Breaking API Change
bug
build
cosmetics
Documentation
duplicate
feature
help wanted
hotfix
invalid
question
Refactor
Tests
wontfix
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: fsfw/fsfw#506
Loading…
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.