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 c135baf commit 12fb5c6Copy full SHA for 12fb5c6
adafruit_vcnl4010.py
@@ -208,14 +208,14 @@ def frequency(self):
208
"""
209
Proximity modulator timimg. This is the frequency of the IR square
210
wave used for the proximity measurement.
211
-
212
- Must be a value of:
+
+ Must be a value of:
213
214
- FREQUENCY_3M125: 3.125 Mhz
215
- FREQUENCY_1M5625: 1.5625 Mhz
216
- FREQUENCY_781K25: 781.25 Khz
217
- FREQUENCY_390K625: 390.625 Khz (default)
218
219
The datasheet recommended leaving this at the default.
220
221
return (self._read_u8(_VCNL4010_MODTIMING) >> 3) & 0x03
0 commit comments