We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6766971 commit 374eaf9Copy full SHA for 374eaf9
adafruit_vl6180x.py
@@ -170,8 +170,9 @@ def range_history_enabled(self) -> bool:
170
def start_range_continuous(self, period: int = 100) -> None:
171
"""Start continuous range mode
172
173
- :param int period: Time delay between measurements, in milliseconds; the value you will be floored
174
- to the nearest 10 milliseconds (setting to 157 ms sets it to 150 ms). Range is 10 - 2550 ms.
+ :param int period: Time delay between measurements, in milliseconds; the value you
+ will be floored to the nearest 10 milliseconds (setting to 157 ms sets it to 150
175
+ ms). Range is 10 - 2550 ms.
176
"""
177
# Set range between measurements
178
if not 10 <= period <= 2550:
0 commit comments