From 4563bb42fbbdf8064ceffbf44b0f68f0343cbffc Mon Sep 17 00:00:00 2001 From: Neradoc Date: Mon, 28 Mar 2022 17:03:41 +0200 Subject: [PATCH] Fix documentation --- adafruit_tc74.py | 1 + 1 file changed, 1 insertion(+) diff --git a/adafruit_tc74.py b/adafruit_tc74.py index 2b74026..907b942 100644 --- a/adafruit_tc74.py +++ b/adafruit_tc74.py @@ -44,6 +44,7 @@ class TC74: """ Driver for the Microchip TC74 Digital Temperature Sensor. + :param ~busio.I2C i2c_bus: The I2C bus the TC74 is connected to :param int address: The I2C device address for the sensor. Default is :const:`0x48`