Skip to content
Snippets Groups Projects
Commit 119d3079 authored by Marcus Greiff's avatar Marcus Greiff
Browse files

Update docs

parent 926b8563
Branches
Tags
No related merge requests found
......@@ -66,7 +66,8 @@ function read(gpio::GPIO, operation::Int32, debug::Bool=false)
return l
end
""" teardown(gpio::GPIO, debug::Bool=false)
"""
teardown(gpio::GPIO, debug::Bool=false)
Closes all open streams on the GPIO, and unexports it from the file system.
"""
function teardown(gpio::GPIO, debug::Bool=false)
......@@ -124,6 +125,7 @@ end
"""
to_string(gpio::GPIO, debug::Bool=false)
Generates a string representation of the GPIO device.
"""
function to_string(gpio::GPIO, debug::Bool=false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment