From faf60766208b8a3037b3c91dac75fcd0fe25bfc5 Mon Sep 17 00:00:00 2001 From: dherrada Date: Fri, 18 Nov 2022 13:05:23 -0500 Subject: [PATCH] Added commented out board.STEMMA_I2C with explanation --- examples/ds3231_simpletest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/ds3231_simpletest.py b/examples/ds3231_simpletest.py index 8cb7788..0c4d241 100644 --- a/examples/ds3231_simpletest.py +++ b/examples/ds3231_simpletest.py @@ -11,6 +11,7 @@ import adafruit_ds3231 i2c = board.I2C() # uses board.SCL and board.SDA +# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller rtc = adafruit_ds3231.DS3231(i2c) # Lookup table for names of days (nicer printing).