diff options
Diffstat (limited to 'shared-bindings/countio/Counter.c')
| -rw-r--r-- | shared-bindings/countio/Counter.c | 3 |
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 |
