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.
2 parents 757fc13 + 49eebcc commit f82602aCopy full SHA for f82602a
adafruit_amg88xx.py
@@ -93,7 +93,11 @@ def _twos_comp_to_float(val: int) -> float:
93
94
95
class AMG88XX:
96
- """Driver for the AMG88xx GRID-Eye IR 8x8 thermal camera."""
+ """Driver for the AMG88xx GRID-Eye IR 8x8 thermal camera.
97
+
98
+ :param ~busio.I2C i2c: The I2C bus object
99
+ :param int address: The I2C address, default is 0x69
100
+ """
101
102
# Set up the registers
103
_pctl: RWBits = i2c_bits.RWBits(8, 0x00, 0)
0 commit comments