Skip to content

Commit 45cccf8

Browse files
authored
Clean up radar_screen.py by removing imports
Removed unused imports and sys.path modification.
1 parent c8e2206 commit 45cccf8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/vl53l1x/examples/radar_screen.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@
55
Adapted for a round display bezel using steami_screen widgets.
66
"""
77

8-
import sys
9-
108
import micropython
119

12-
sys.path.insert(0, "/remote")
13-
1410
from time import sleep_ms
1511

1612
import ssd1327

0 commit comments

Comments
 (0)