Sysfsgpio invert (active_low)#1730
Merged
Bastian-Krause merged 3 commits intoJul 8, 2026
Merged
Conversation
pmelange
force-pushed
the
25.0.1-sysfsgpio_active_low
branch
2 times, most recently
from
September 11, 2025 17:26
7b1cb10 to
03d2f1f
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1730 +/- ##
======================================
Coverage 61.0% 61.0%
======================================
Files 182 182
Lines 14867 14874 +7
======================================
+ Hits 9077 9083 +6
- Misses 5790 5791 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
Emantor
previously approved these changes
May 30, 2026
The sysfsgpio resources (SysfsGPIO, NetworkSysfsGPIO and MatchedSysfsGPIO), the GPIOSysFSExport, the driver GpioDigitalOutputDriver and the GpioDigitalOutput agent have been modified to have an additional optional invert (active-low) attribute (default False) which can be used to invert the logical value used on the gpio line. Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
… for SysfsGPIO Update the SysfsGPIO, MatchedSysfsGPIO to add the new invert (active-low) attribute. Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
Add the new invert (active-low) attribute to the examples and add calls to the new invert method Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
Bastian-Krause
force-pushed
the
25.0.1-sysfsgpio_active_low
branch
from
July 8, 2026 08:47
03d2f1f to
d890309
Compare
Bastian-Krause
approved these changes
Jul 8, 2026
Bastian-Krause
left a comment
Member
There was a problem hiding this comment.
Rebased and fixed a typo in the docs.
Bastian-Krause
approved these changes
Jul 8, 2026
Contributor
Author
|
Thank you |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds the invert (active-low) attribute to SysfsGPIO, NetworkSysfsGPIO, MatchedSysfsGPIO, GPIOSysFSExport, GpioDigitalOutputDriver and the GpioDigitalOutput agent.
Updates to the documentation and the sysfsgpio examples
Checklist