创客百科

姿势共享,有节操无门槛参与的创客百科,创客动力之源 \ (^_^) /

用户工具

站点工具


en:arduino:libraries:eeprom

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

en:arduino:libraries:eeprom [2016/12/25 22:15] (当前版本)
行 1: 行 1:
 +====== EEPROM Library ======
  
 +
 +The microcontroller on the Arduino board has EEPROM: memory whose values are kept when the board is turned off (like a tiny hard drive). This library enables you to read and write those bytes.
 +The microcontrollers on the various Arduino boards have different amounts of EEPROM: 1024 bytes on the ATmega328, 512 bytes on the ATmega168 and ATmega8, 4 KB (4096 bytes) on the ATmega1280 and ATmega2560.
 +===== Functions =====
 +
 +  * [[en:​arduino:​libraries:​EEPROMRead|read()]]
 +  * [[en:​arduino:​libraries:​EEPROMWrite|write()]]
 +
 +
 +[[en:​arduino:​libraries|Reference Home]]
en/arduino/libraries/eeprom.txt · 最后更改: 2016/12/25 22:15 (外部编辑)