File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212//| .. currentmodule:: countio
1313//|
1414//| :class:`Counter` -- Track the count of falling edge transistions (pulses) on a given pin
15- //| ====================================================================================
15+ //| ========================================================================================
1616//|
1717//| Counter will keep track of the number of falling edge transistions (pulses) on a given pin
1818//|
1919//| .. class:: Counter(pin_a)
2020//|
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
2222//| falling pulses relative when the object is constructed.
2323//|
2424//| :param ~microcontroller.Pin pin_a: Pin to read pulses from.
You can’t perform that action at this time.
0 commit comments