We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24197f commit 302ac15Copy full SHA for 302ac15
examples/logging_with_dial_gauge.py
@@ -3,12 +3,13 @@
3
# SPDX-License-Identifier: MIT
4
5
import time
6
+import random
7
import board
8
import displayio
-import random
9
+from dial_gauge import DIAL_GAUGE
10
from circuitpython_uplot.plot import Plot, color
11
from circuitpython_uplot.logging import Logging
-from dial_gauge import DIAL_GAUGE
12
+
13
14
# In order to run this example you need to install the following library:
15
# - CircuitPython_DIAL_GAUGE (from https://github.com/jposada202020/CircuitPython_DIAL_GAUGE)
0 commit comments