Skip to content

Commit 302ac15

Browse files
committed
upd
1 parent c24197f commit 302ac15

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/logging_with_dial_gauge.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
# SPDX-License-Identifier: MIT
44

55
import time
6+
import random
67
import board
78
import displayio
8-
import random
9+
from dial_gauge import DIAL_GAUGE
910
from circuitpython_uplot.plot import Plot, color
1011
from circuitpython_uplot.logging import Logging
11-
from dial_gauge import DIAL_GAUGE
12+
1213

1314
# In order to run this example you need to install the following library:
1415
# - CircuitPython_DIAL_GAUGE (from https://github.com/jposada202020/CircuitPython_DIAL_GAUGE)

0 commit comments

Comments
 (0)