button=Pin(14,Pin.IN,Pin.PULL_DOWN)
while True:
if button.value()==1:
sheep_ms(100)
if button.value()==1:
num += 1
print(num)
button=Pin(14,Pin.IN,Pin.PULL_DOWN)
while True:
if button.value()==1:
sheep_ms(100)
if button.value()==1:
num += 1
print(num)