add ZH-CN api

This commit is contained in:
vany5921
2019-08-15 21:05:40 +08:00
parent 20caa9b2f8
commit bf7904dfc9
3 changed files with 151 additions and 1 deletions
+4
View File
@@ -7,6 +7,7 @@
**Description:**
Load <EEPROM.h> before use
Open EEPROM,Size is the maximum address + 1 of the data bytes to be read and written, ranging from 1 to 4096.
**Function argument**
@@ -24,6 +25,7 @@ Open EEPROM,Size is the maximum address + 1 of the data bytes to be read and wri
**Description:**
Load <EEPROM.h> before use
Write data to storage space.
**Function argument**
@@ -42,6 +44,7 @@ Write data to storage space.
**Description:**
Load <EEPROM.h> before use
This function needs to be called every time an address is written.
**Function argument**
@@ -57,6 +60,7 @@ None
**Description:**
Load <EEPROM.h> before use
Reading data from storage space.
**Function argument**