stm32-fmt-code/access_control_python/import time.py

8 lines
133 B
Python
Raw Permalink Normal View History

2023-11-17 13:46:16 +00:00
import time
from time import perf_counter
time_count = time.perf_counter()
endtime = time_count + 10
while (time_count < endtime):