File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
//| .. currentmodule:: countio
13
13
//|
14
14
//| :class:`Counter` -- Track the count of falling edge transistions (pulses) on a given pin
15
- //| ====================================================================================
15
+ //| ========================================================================================
16
16
//|
17
17
//| Counter will keep track of the number of falling edge transistions (pulses) on a given pin
18
18
//|
19
19
//| .. class:: Counter(pin_a)
20
20
//|
21
- //| Create an Counter object associated with the given pin. It tracks the number of
21
+ //| Create a Counter object associated with the given pin. It tracks the number of
22
22
//| falling pulses relative when the object is constructed.
23
23
//|
24
24
//| :param ~microcontroller.Pin pin_a: Pin to read pulses from.
You can’t perform that action at this time.
0 commit comments