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 c2415d0 commit a6d7b0aCopy full SHA for a6d7b0a
Adafruit_Feather_Sense/feather_sense_sensor_demo.py
@@ -28,7 +28,7 @@ def normalized_rms(values):
28
apds9960.enable_proximity = True
29
apds9960.enable_color = True
30
31
-# Set this equal to sea level pressure at your location for accurate altitude reading.
+# Set this to sea level pressure in hectoPascals at your location for accurate altitude reading.
32
bmp280.sea_level_pressure = 1013.25
33
34
while True:
0 commit comments