Uh oh!
There was an error while loading. Please reload this page.
library/EEPROM #7
Replies: 1 comment
Get! |
0 replies
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
There was an error while loading. Please reload this page.
Get! |
Uh oh!
There was an error while loading. Please reload this page.
library/EEPROM
简介 EEPROM 是一种存储器,其值在电路板断电时保留。在 PY32Duino 中,没有内置的 EEPROM,但是可以使用 Flash 模拟 EEPROM。一般来说,我们采用内置 flash 的最后一个 page 扇区(或者是其它可擦写的最小单位)来模拟。 API 要使用此库,请在代码顶部包含头文件: read() 从 EEPROM 读取一个字节。 ...
https://arduino.py32.org/library/EEPROM.html
All reactions