Skip to content

Commit 9c03539

Browse files
committed
add docstring
1 parent 84bb940 commit 9c03539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_lsm6ds/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ def _add_accel_ranges():
252252

253253
@property
254254
def temperature(self):
255+
"""The temperature, in degrees Celsius."""
255256
raw_temp_data = self._raw_temp_data
256257

257258
temperature_raw = raw_temp_data[0] | (raw_temp_data[1] << 8)

0 commit comments

Comments
 (0)