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 b82d16e commit 7344e4dCopy full SHA for 7344e4d
micropython/examples/stellar_unicorn/co2.py
@@ -1,7 +1,7 @@
1
# Add a SCD41 sensor breakout to your Stellar Unicorn to make a handy CO2 detector!
2
# https://shop.pimoroni.com/products/scd41-co2-sensor-breakout
3
# Press A for CO2, B for temperature and C for humidity
4
-# This example uses a custom tiny font - find 3x5.bitmapfont in pimoroni-pico/fonts
+# This example uses a custom tiny font - find 3x5.bitmapfont in /common/fonts
5
6
from stellar import StellarUnicorn
7
from picographics import PicoGraphics, DISPLAY_STELLAR_UNICORN as DISPLAY
0 commit comments