Stop at 100
This commit is contained in:
parent
c2ce0c9cc4
commit
b942d1ea27
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ try:
|
|||
time.sleep(2)
|
||||
temp = 0
|
||||
|
||||
while True:
|
||||
while temp < 100:
|
||||
time.sleep(1)
|
||||
################################################################################################################
|
||||
# How to send data to the Arduino
|
||||
|
|
Loading…
Reference in a new issue