We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08c57d7 + bb01053 commit e6a9a01Copy full SHA for e6a9a01
examples/ds3231_simpletest.py
@@ -11,6 +11,7 @@
11
import adafruit_ds3231
12
13
i2c = board.I2C() # uses board.SCL and board.SDA
14
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
15
rtc = adafruit_ds3231.DS3231(i2c)
16
17
# Lookup table for names of days (nicer printing).
0 commit comments