Skip to content

Commit 5b017df

Browse files
Merge pull request #35 from jposada202020/product_info_and_note_changes
product_format_reviewing_note Documentation Only Change. No functionality Added
2 parents b63c904 + 03c7efa commit 5b017df

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Now, to initialize the I2C bus:
103103

104104
.. code:: python3
105105
106-
i2c = board.I2C()
106+
i2c = board.I2C() # uses board.SCL and board.SDA
107107
108108
Once you have created the I2C interface object, you can use it to instantiate
109109
the RTC object:

adafruit_ds3231.py

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,26 @@
1717
1818
**Hardware:**
1919
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)
2228
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)
2629
2730
**Software and Dependencies:**
2831
2932
* Adafruit CircuitPython firmware for the supported boards:
3033
https://circuitpython.org/downloads
3134
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
3337
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
3540
3641
3742
**Notes:**

0 commit comments

Comments
 (0)