-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #564 from UncleRus/bugfix/pcf8563-add-bm8563
fix: describe support for bm8563 in pcf8563 driver
- Loading branch information
Showing
6 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
/** | ||
* @file pcf8563.c | ||
* | ||
* ESP-IDF driver for PCF8563 real-time clock/calendar | ||
* ESP-IDF driver for PCF8563 (BM8563) real-time clock/calendar | ||
* | ||
* Copyright (c) 2020 Ruslan V. Uss <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
* @defgroup pcf8563 pcf8563 | ||
* @{ | ||
* | ||
* ESP-IDF driver for PCF8563 real-time clock/calendar | ||
* ESP-IDF driver for PCF8563 (BM8563) real-time clock/calendar | ||
* | ||
* Copyright (c) 2020 Ruslan V. Uss <[email protected]> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
.. _pcf8563: | ||
|
||
pcf8563 - Driver for PCF8563 real-time clock/calendar | ||
===================================================== | ||
pcf8563 - Driver for PCF8563 (BM8563) real-time clock/calendar | ||
============================================================== | ||
|
||
.. doxygengroup:: pcf8563 | ||
:members: | ||
|