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

Update docs

parent 926b8563
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,8 @@ function read(gpio::GPIO, operation::Int32, debug::Bool=false) ...@@ -66,7 +66,8 @@ function read(gpio::GPIO, operation::Int32, debug::Bool=false)
return l return l
end 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. Closes all open streams on the GPIO, and unexports it from the file system.
""" """
function teardown(gpio::GPIO, debug::Bool=false) function teardown(gpio::GPIO, debug::Bool=false)
...@@ -124,6 +125,7 @@ end ...@@ -124,6 +125,7 @@ end
""" """
to_string(gpio::GPIO, debug::Bool=false) to_string(gpio::GPIO, debug::Bool=false)
Generates a string representation of the GPIO device. Generates a string representation of the GPIO device.
""" """
function to_string(gpio::GPIO, debug::Bool=false) 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