Skip to content

Commit

Permalink
Merge pull request #62 from pimoroni/helgibbons-patch-2
Browse files Browse the repository at this point in the history
Add RTC I2C address to function reference
  • Loading branch information
Gadgetoid authored Jun 21, 2024
2 parents 0106c79 + 29306fa commit 1e124db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ There are some useful functions to determine if Badger 2040 has been woken by a

### Real-time Clock

Badger 2040 W includes a PCF85063a RTC which continues to run from battery when the Badger is off. It can be used to wake the Badger on a schedule.
Badger 2040 W includes a PCF85063a RTC which continues to run from battery when the Badger is off and can be used to wake the Badger on a schedule. Badger W communicates with the RTC using I2C (the RTC's I2C address is 0x51).

The following functions provide a simple API to the RTC features:

Expand Down

0 comments on commit 1e124db

Please sign in to comment.