You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-9Lines changed: 5 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,16 @@
2
2
<imgsrc="/doc/image/logo.png"/>
3
3
</div>
4
4
5
-
## LibDriver ADS1115
5
+
## LibDriver AT24CXX
6
6
7
7
[English](/README.md) | [ 简体中文](/README_CN.md)
8
8
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
+
9
13
### Table of Contents
10
14
11
-
-[Description](#Description)
12
15
-[Instruction](#Instruction)
13
16
-[Install](#Install)
14
17
-[Usage](#Usage)
@@ -18,13 +21,6 @@
18
21
-[License](#License)
19
22
-[Contact Us](#Contact-Us)
20
23
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.
0 commit comments