Skip to content

Commit

Permalink
docs: pin_has_writer() is a module function, not a Pin method in halm…
Browse files Browse the repository at this point in the history
…odule docs
  • Loading branch information
SebKuzminsky committed May 22, 2023
1 parent 9fcebce commit bfd5503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/hal/halmodule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ Does the specified pin have a driving pin connected. +
Returns True or False.

----
h.in.pin_has_writer()
hal.pin_has_writer('some-comp.pin-name')
----

=== get_name
Expand Down

0 comments on commit bfd5503

Please sign in to comment.