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..ba730d1 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: 255) -* 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:**