Skip to content

Commit

Permalink
Merge pull request #7 from libdriver/dev
Browse files Browse the repository at this point in the history
doc: fix doc errors
  • Loading branch information
libdriver authored Aug 4, 2024
2 parents ab9c13b + d57099e commit e391e5e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.1 (2024-08-05)

## Bug Fixes

- fix doc errors

## 1.0.0 (2023-05-31)

## Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,4 +329,4 @@ SOFTWARE.

### Contact Us

Please sent an e-mail to [email protected].
Please send an e-mail to [email protected].
2 changes: 1 addition & 1 deletion README_zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[![MISRA](https://img.shields.io/badge/misra-compliant-brightgreen.svg)](/misra/README.md) [![API](https://img.shields.io/badge/api-reference-blue.svg)](https://www.libdriver.com/docs/ds1307/index.html) [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](/LICENSE)

DS1307串行实时时钟(RTC)是一种低功耗、全二进制编码十进制(BCD)时钟/日历加上56字节NV SRAM。地址和数据通过I2C双向总线串行传输。时钟/日历提供秒、分钟、小时、天、日期、月份和年份信息。对于少于31天的月份,月末日期会自动调整,包括闰年的更正。时钟以24小时或12小时的形式运行,带有AM/PM指示器。DS1307有一个内置的电源感应电路,可以检测电源故障并自动切换到备用电源。当零件通过备用电源运行时,计时操作仍在继续。
DS1307串行实时时钟(RTC)是一种集成56字节NV SRAM的低功耗、全二进制编码十进制(BCD)时钟/日历时钟芯片。地址和数据通过I2C双向总线串行传输。时钟/日历提供秒、分钟、小时、天、日期、月份和年份信息。对于少于31天的月份,月末日期会自动调整,包括闰年的更正。时钟以24小时或12小时的形式运行,带有AM/PM指示器。DS1307有一个内置的电源感应电路,可以检测电源故障并自动切换到备用电源。当芯片通过备用电源运行时,计时操作仍在继续。

LibDriver DS1307是LibDriver推出的DS1307全功能驱动,该驱动提供时间读取和方波输出等功能并且它符合MISRA标准。

Expand Down
2 changes: 1 addition & 1 deletion README_zh-Hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[![MISRA](https://img.shields.io/badge/misra-compliant-brightgreen.svg)](/misra/README.md) [![API](https://img.shields.io/badge/api-reference-blue.svg)](https://www.libdriver.com/docs/ds1307/index.html) [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](/LICENSE)

DS1307串列即時時鐘(RTC)是一種低功耗、全二進位編碼十進位(BCD)時鐘/行事曆加上56位元組NV SRAM。 地址和數據通過I2C雙向匯流排串列傳輸。 時鐘/行事曆提供秒、分鐘、小時、天、日期、月份和年份資訊。 對於少於31天的月份,月末日期會自動調整,包括閏年的更正。 時鐘以24小時或12小時的形式運行,帶有AM/PM指示器。 DS1307有一個內寘的電源感應電路,可以檢測電源故障並自動切換到備用電源。 當零件通過備用電源運行時,計時操作仍在繼續。
DS1307串列即時時鐘(RTC)是一種集成56位元組NV SRAM的低功耗、全二進位編碼十進位(BCD)時鐘/行事曆時鐘晶片。 地址和數據通過I2C雙向匯流排串列傳輸。 時鐘/行事曆提供秒、分鐘、小時、天、日期、月份和年份資訊。 對於少於31天的月份,月末日期會自動調整,包括閏年的更正。 時鐘以24小時或12小時的形式運行,帶有AM/PM指示器。 DS1307有一個內寘的電源感應電路,可以檢測電源故障並自動切換到備用電源。 當晶片通過備用電源運行時,計時操作仍在繼續。

LibDriver DS1307是LibDriver推出的DS1307全功能驅動,該驅動提供時間讀取和方波輸出等功能並且它符合MISRA標準。

Expand Down

0 comments on commit e391e5e

Please sign in to comment.