Skip to content

Commit

Permalink
feat(line): add chip accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach authored Jan 6, 2025
1 parent bbfb228 commit 819c5bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gpio/line.cr
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class GPIO::Line
LibGPIOD.line_release(@to_unsafe)
end

getter chip : Chip
getter offset : Int32

def direction
Expand Down

0 comments on commit 819c5bf

Please sign in to comment.