We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fd286 commit dd27fdfCopy full SHA for dd27fdf
1 file changed
shared-bindings/countio/Counter.c
@@ -13,7 +13,7 @@
13
//| """Counter will keep track of the number of falling edge transistions (pulses) on a
14
//| given pin"""
15
//|
16
-//| def __init__(self, pin_a):
+//| def __init__(self, pin_a: microcontroller.Pin):
17
//| """Create a Counter object associated with the given pin. It tracks the number of
18
//| falling pulses relative when the object is constructed.
19
0 commit comments