Skip to content

Commit c2415d0

Browse files
committed
Add comment.
1 parent 90d483f commit c2415d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Adafruit_Feather_Sense/feather_sense_sensor_demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ def normalized_rms(values):
2727

2828
apds9960.enable_proximity = True
2929
apds9960.enable_color = True
30+
31+
# Set this equal to sea level pressure at your location for accurate altitude reading.
3032
bmp280.sea_level_pressure = 1013.25
3133

3234
while True:

0 commit comments

Comments
 (0)