This commit is contained in:
Dan Halbert 2021-03-07 14:13:20 -05:00
parent 8594396a07
commit d919b7fa4a
1 changed files with 1 additions and 2 deletions

View File

@ -22,9 +22,8 @@
//| //|
//| For example:: //| For example::
//| //|
//| import board
//| import countio //| import countio
//| import time
//| from board import *
//| //|
//| pin_counter = countio.Counter(board.D1) //| pin_counter = countio.Counter(board.D1)
//| #reset the count after 100 counts //| #reset the count after 100 counts