Stop at 100

This commit is contained in:
askiiart 2022-10-25 21:28:47 -05:00
parent c2ce0c9cc4
commit b942d1ea27

View file

@ -24,7 +24,7 @@ try:
time.sleep(2) time.sleep(2)
temp = 0 temp = 0
while True: while temp < 100:
time.sleep(1) time.sleep(1)
################################################################################################################ ################################################################################################################
# How to send data to the Arduino # How to send data to the Arduino