Skip to content

Commit f5f987b

Browse files
committed
feat: format the README
1 parent 29cd9e0 commit f5f987b

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
<img src="/doc/image/logo.png"/>
33
</div>
44

5-
## LibDriver ADS1115
5+
## LibDriver AT24CXX
66

77
[English](/README.md) | [ 简体中文](/README_CN.md)
88

9+
AT24CXX is the EEPROM of IIC bus launched by Microchip. It supports 1.7v-5.5v power supply range, IIC standard mode (100kHz), fast mode (400kHz) and high speed mode (1MHz).
10+
11+
LibDriver AT24CXX is the full function driver of AT24CXX launched by LibDriver. AT24CXX provides EEPROM write and read functions.
12+
913
### Table of Contents
1014

11-
- [Description](#Description)
1215
- [Instruction](#Instruction)
1316
- [Install](#Install)
1417
- [Usage](#Usage)
@@ -18,13 +21,6 @@
1821
- [License](#License)
1922
- [Contact Us](#Contact-Us)
2023

21-
22-
### Description
23-
24-
AT24CXX is the EEPROM of IIC bus launched by Microchip. It supports 1.7v-5.5v power supply range, IIC standard mode (100kHz), fast mode (400kHz) and high speed mode (1MHz).
25-
26-
LibDriver AT24CXX is the full function driver of AT24CXX launched by LibDriver. AT24CXX provides EEPROM write and read functions.
27-
2824
### Instruction
2925

3026
/src includes LibDriver AT24CXX source files.

README_CN.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@
66

77
[English](/README.md) | [ 简体中文](/README_CH.md)
88

9+
AT24CXX是美国微芯半导体推出的IIC总线的EEPROM。它支持1.7V-5.5V的供电范围、支持IIC标准模式(100KHz)、快速模式(400KHz)和高速模式(1MHz)。
10+
11+
LibDriver AT24CXX是LibDriver推出的AT24CXX的全功能驱动,该驱动提供EEPROM写入和读取功能。
12+
913
### 目录
1014

11-
- [描述](#描述)
1215
- [说明](#说明)
1316
- [安装](#安装)
1417
- [使用](#使用)
@@ -18,12 +21,6 @@
1821
- [版权](#版权)
1922
- [联系我们](#联系我们)
2023

21-
### 描述
22-
23-
AT24CXX是美国微芯半导体推出的IIC总线的EEPROM。它支持1.7V-5.5V的供电范围、支持IIC标准模式(100KHz)、快速模式(400KHz)和高速模式(1MHz)。
24-
25-
LibDriver AT24CXX是LibDriver推出的AT24CXX的全功能驱动,该驱动提供EEPROM写入和读取功能。
26-
2724
### 说明
2825

2926
/src目录包含了LibDriver AT24CXX的源文件。

0 commit comments

Comments
 (0)