From 79546a1fcbeb01e2016781fb33665855959d78de Mon Sep 17 00:00:00 2001 From: jposada202020 Date: Wed, 28 Apr 2021 19:29:44 -0400 Subject: [PATCH 1/2] product_format_reviewin_note --- README.rst | 2 +- adafruit_ds3231.py | 19 ++++++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 1b4fca5..d45e2cb 100644 --- a/README.rst +++ b/README.rst @@ -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: diff --git a/adafruit_ds3231.py b/adafruit_ds3231.py index 355a463..9210ce4 100644 --- a/adafruit_ds3231.py +++ b/adafruit_ds3231.py @@ -17,21 +17,26 @@ **Hardware:** -* Adafruit `DS3231 Precision RTC FeatherWing `_ - (Product ID: 3028) +* `Adafruit DS3231 Precision RTC FeatherWing + `_ (Product ID: 3028) + +* `Adafruit DS3231 RTC breakout + `_ (Product ID: 3013) + +* `Adafruit ChronoDot - Ultra-precise Real Time Clock - v2.1 + `_ (Product ID: 3013) -* Adafruit `DS3231 RTC breakout `_ (Product ID: 3013) -* Adafruit `ChronoDot - Ultra-precise Real Time Clock - - v2.1 `_ (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:** From 03c7efa48c8e39533b2305e0fd68f64649cc1871 Mon Sep 17 00:00:00 2001 From: jposada202020 Date: Wed, 28 Apr 2021 19:39:33 -0400 Subject: [PATCH 2/2] correcting_product_number --- adafruit_ds3231.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_ds3231.py b/adafruit_ds3231.py index 9210ce4..ba730d1 100644 --- a/adafruit_ds3231.py +++ b/adafruit_ds3231.py @@ -24,7 +24,7 @@ `_ (Product ID: 3013) * `Adafruit ChronoDot - Ultra-precise Real Time Clock - v2.1 - `_ (Product ID: 3013) + `_ (Product ID: 255) **Software and Dependencies:**