Skip to content

Commit bfd5503

Browse files
committed
docs: pin_has_writer() is a module function, not a Pin method in halmodule docs
1 parent 9fcebce commit bfd5503

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/hal/halmodule.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Does the specified pin have a driving pin connected. +
273273
Returns True or False.
274274

275275
----
276-
h.in.pin_has_writer()
276+
hal.pin_has_writer('some-comp.pin-name')
277277
----
278278

279279
=== get_name

0 commit comments

Comments
 (0)