File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Now, to initialize the I2C bus:
103
103
104
104
.. code :: python3
105
105
106
- i2c = board.I2C()
106
+ i2c = board.I2C() # uses board.SCL and board.SDA
107
107
108
108
Once you have created the I2C interface object, you can use it to instantiate
109
109
the RTC object:
Original file line number Diff line number Diff line change 17
17
18
18
**Hardware:**
19
19
20
- * Adafruit `DS3231 Precision RTC FeatherWing <https://www.adafruit.com/products/3028>`_
21
- (Product ID: 3028)
20
+ * `Adafruit DS3231 Precision RTC FeatherWing
21
+ <https://www.adafruit.com/products/3028>`_ (Product ID: 3028)
22
+
23
+ * `Adafruit DS3231 RTC breakout
24
+ <https://www.adafruit.com/products/3013>`_ (Product ID: 3013)
25
+
26
+ * `Adafruit ChronoDot - Ultra-precise Real Time Clock - v2.1
27
+ <https://www.adafruit.com/products/255>`_ (Product ID: 255)
22
28
23
- * Adafruit `DS3231 RTC breakout <https://www.adafruit.com/products/3013>`_ (Product ID: 3013)
24
- * Adafruit `ChronoDot - Ultra-precise Real Time Clock -
25
- v2.1 <https://www.adafruit.com/products/255>`_ (Product ID: 3013)
26
29
27
30
**Software and Dependencies:**
28
31
29
32
* Adafruit CircuitPython firmware for the supported boards:
30
33
https://circuitpython.org/downloads
31
34
32
- * Adafruit's Register library: https://github.com/adafruit/Adafruit_CircuitPython_Register
35
+ * Adafruit's Bus Device library:
36
+ https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
33
37
34
- * Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
38
+ * Adafruit's Register library:
39
+ https://github.com/adafruit/Adafruit_CircuitPython_Register
35
40
36
41
37
42
**Notes:**
You can’t perform that action at this time.
0 commit comments