Update Spi.py
This commit is contained in:
parent
e1e03933d2
commit
98fc45e97a
1 changed files with 2 additions and 2 deletions
|
@ -209,9 +209,9 @@ class Spi(object):
|
|||
@staticmethod
|
||||
def health_check_loop():
|
||||
while SPI_HEALTH:
|
||||
if last_spi_call + 0.75 < time.time():
|
||||
if last_spi_call + 0.5 < time.time():
|
||||
Spi.health_check()
|
||||
time.sleep(0.5)
|
||||
time.sleep(0.1)
|
||||
|
||||
@staticmethod
|
||||
def get_version():
|
||||
|
|
Reference in a new issue