Skip to content

Commit 15cdc13

Browse files
committed
doc updaes
1 parent 6d91a15 commit 15cdc13

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ Introduction to Adafruit's PCF8563 Real Time Clock (RTC) Library
1717
This is a great battery-backed real time clock (RTC) that allows your
1818
microcontroller project to keep track of time even if it is reprogrammed,
1919
or if the power is lost. Perfect for datalogging, clock-building, time
20-
stamping, timers and alarms, etc. Equipped with PCF8563 RTC - it can
21-
run from 3.3V or 5V power & logic!
20+
stamping, timers and alarms, etc.
2221

2322
The PCF8563 is simple and inexpensive but not a high precision device.
2423
It may lose or gain multiple seconds a day. For a high-precision,
@@ -84,14 +83,11 @@ SCL and SDA pins, you can:
8483
8584
from board import *
8685
87-
You can also use pins defined by the onboard `microcontroller` through the
88-
`microcontroller.pin` module.
89-
9086
Now, to initialize the I2C bus:
9187

9288
.. code:: python
9389
94-
i2c_bus = busio.I2C(SCL, SDA)
90+
i2c_bus = board.I2C()
9591
9692
Once you have created the I2C interface object, you can use it to instantiate
9793
the RTC object:

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Table of Contents
2323
.. toctree::
2424
:caption: Related Products
2525

26-
Seeeduino `XIAO Expansion Board - Works With Adafruit QT Py <https://www.adafruit.com/product/5033>`_
26+
Seeeduino XIAO Expansion Board - Works With Adafruit QT Py <https://www.adafruit.com/product/5033>
2727

2828
.. toctree::
2929
:caption: Other Links

0 commit comments

Comments
 (0)