Skip to content

Commit d919b7f

Browse files
committed
fix #4352
1 parent 8594396 commit d919b7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

shared-bindings/countio/Counter.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
//|
2323
//| For example::
2424
//|
25+
//| import board
2526
//| import countio
26-
//| import time
27-
//| from board import *
2827
//|
2928
//| pin_counter = countio.Counter(board.D1)
3029
//| #reset the count after 100 counts

0 commit comments

Comments
 (0)