summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2021-03-07 14:13:20 -0500
committerDan Halbert <halbert@halwitz.org>2021-03-07 14:13:20 -0500
commitd919b7fa4ac2e14dea81e33b419c11d2790c2a1e (patch)
tree37c1dce8f12bc90c38528da2f329e4a89240176d /shared-bindings
parent8594396a07e3841803f1f3e0ffad39c6e94f55dc (diff)
fix #4352
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/countio/Counter.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/shared-bindings/countio/Counter.c b/shared-bindings/countio/Counter.c
index e51db2644..820db5ea9 100644
--- a/shared-bindings/countio/Counter.c
+++ b/shared-bindings/countio/Counter.c
@@ -22,9 +22,8 @@
//|
//| For example::
//|
+//| import board
//| import countio
-//| import time
-//| from board import *
//|
//| pin_counter = countio.Counter(board.D1)
//| #reset the count after 100 counts