Skip to content

Commit 631dfa3

Browse files
author
taradiddles
committed
convert comments into docstring
1 parent d76bd2f commit 631dfa3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

examples/dps310_low_power_weather_station.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# configure the sensor for continuous measurement for a
2-
# low power weather station as recommended in the datasheet:
3-
# https://www.infineon.com/dgdl/Infineon-DPS310-DS-v01_00-EN.pdf)
1+
"""
2+
Configure the sensor for continuous measurement with rates,
3+
sampling counts and mode optmized for low power, as recommended
4+
in Infineon's datasheet:
5+
https://www.infineon.com/dgdl/Infineon-DPS310-DS-v01_00-EN.pdf
6+
"""
47

58
# (disable pylint warnings for adafruit_dps310.{SampleCount,Rate,Mode}.*
69
# as they are generated dynamically)

0 commit comments

Comments
 (0)