Skip to content

Commit 61e3813

Browse files
committed
doc doc
1 parent f1ea1d1 commit 61e3813

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

adafruit_hdc302x.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,9 @@ def __init__(self, i2c_bus: busio.I2C, address: int = 0x44) -> None:
8787
def heater(self) -> bool:
8888
"""
8989
Heater power. Can be set to:
90-
"OFF"
91-
"QUARTER_POWER"
92-
"HALF_POWER"
93-
"FULL_POWER"
90+
91+
"OFF", "QUARTER_POWER",
92+
"HALF_POWER", "FULL_POWER"
9493
9594
:return: True if the heater is on, False otherwise.
9695
"""
@@ -152,7 +151,9 @@ def nist_id(self) -> List[int]:
152151
@property
153152
def auto_mode(self) -> int:
154153
"""
155-
Auto mode for measurements. Options:
154+
Auto mode for measurements.
155+
Options:
156+
156157
"5MPS_LP0", "5MPS_LP1", "5MPS_LP2"
157158
"5MPS_LP3", "1MPS_LP0", "1MPS_LP1"
158159
"1MPS_LP2", "1MPS_LP3", "2MPS_LP0"

0 commit comments

Comments
 (0)