Skip to content

Commit

Permalink
Merge pull request #35 from jposada202020/product_info_and_note_changes
Browse files Browse the repository at this point in the history
product_format_reviewing_note Documentation Only Change. No functionality Added
  • Loading branch information
jposada202020 authored Apr 28, 2021
2 parents b63c904 + 03c7efa commit 5b017df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Now, to initialize the I2C bus:

.. code:: python3
i2c = board.I2C()
i2c = board.I2C() # uses board.SCL and board.SDA
Once you have created the I2C interface object, you can use it to instantiate
the RTC object:
Expand Down
19 changes: 12 additions & 7 deletions adafruit_ds3231.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,26 @@
**Hardware:**
* Adafruit `DS3231 Precision RTC FeatherWing <https://www.adafruit.com/products/3028>`_
(Product ID: 3028)
* `Adafruit DS3231 Precision RTC FeatherWing
<https://www.adafruit.com/products/3028>`_ (Product ID: 3028)
* `Adafruit DS3231 RTC breakout
<https://www.adafruit.com/products/3013>`_ (Product ID: 3013)
* `Adafruit ChronoDot - Ultra-precise Real Time Clock - v2.1
<https://www.adafruit.com/products/255>`_ (Product ID: 255)
* Adafruit `DS3231 RTC breakout <https://www.adafruit.com/products/3013>`_ (Product ID: 3013)
* Adafruit `ChronoDot - Ultra-precise Real Time Clock -
v2.1 <https://www.adafruit.com/products/255>`_ (Product ID: 3013)
**Software and Dependencies:**
* Adafruit CircuitPython firmware for the supported boards:
https://circuitpython.org/downloads
* Adafruit's Register library: https://github.com/adafruit/Adafruit_CircuitPython_Register
* Adafruit's Bus Device library:
https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
* Adafruit's Register library:
https://github.com/adafruit/Adafruit_CircuitPython_Register
**Notes:**
Expand Down

0 comments on commit 5b017df

Please sign in to comment.