Skip to content

Commit dd27fdf

Browse files
committed
Added type hints to countio
1 parent 51fd286 commit dd27fdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared-bindings/countio/Counter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//| """Counter will keep track of the number of falling edge transistions (pulses) on a
1414
//| given pin"""
1515
//|
16-
//| def __init__(self, pin_a):
16+
//| def __init__(self, pin_a: microcontroller.Pin):
1717
//| """Create a Counter object associated with the given pin. It tracks the number of
1818
//| falling pulses relative when the object is constructed.
1919
//|

0 commit comments

Comments
 (0)