Skip to content

Commit a6d7b0a

Browse files
committed
Update comment with units.
1 parent c2415d0 commit a6d7b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_Feather_Sense/feather_sense_sensor_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def normalized_rms(values):
2828
apds9960.enable_proximity = True
2929
apds9960.enable_color = True
3030

31-
# Set this equal to sea level pressure at your location for accurate altitude reading.
31+
# Set this to sea level pressure in hectoPascals at your location for accurate altitude reading.
3232
bmp280.sea_level_pressure = 1013.25
3333

3434
while True:

0 commit comments

Comments
 (0)