lsm6dsox: Add missing time import.

Driver calls time.sleep_ms() in one place.

Found by Ruff checking F821.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
pull/714/head
Angus Gratton 2023-08-09 18:52:15 +10:00 zatwierdzone przez Damien George
rodzic 86050c3d7a
commit 2d16f210b9
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -46,6 +46,7 @@ while (True):
import array
from micropython import const
import time
_CTRL3_C = const(0x12)
_CTRL1_XL = const(0x10)