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 8179989 commit 29f91eeCopy full SHA for 29f91ee
adafruit_mlx90614.py
@@ -94,9 +94,8 @@ class MLX90614:
94
- frequency=100000 - this sensor does not respond to the default 400000 i2c bus speed
95
96
Optionally you can specify:
97
- - address: The I2C address of the sensor. If not specified the sensor's
98
- default value will be assumed.
99
- """
+ - address: The I2C address of the sensor.
+ If not specified the sensor's default value will be assumed."""
100
101
def __init__(self, i2c_bus, address=_MLX90614_I2CADDR):
102
self._device = i2c_device.I2CDevice(i2c_bus, address)
0 commit comments