EEPROM library

Most Arduino boards have real EEPROM: memory whose values are kept when the board is turned off (like a tiny hard drive), but the 86Duino does not. Instead, we implement virtual EEPROM on 86Duino using two approaches: one realizing a 16 KB virtual EEPROM in the onboard SPI flash with an advanced virtual EEPROM algorithm, and the other realizing a 200-byte virtual EEPROM using the onboard CMOS memory.

This library enables you to read and write bytes in these virtual EEPROM.

Functions

Note

When you use the 86Duino SysImage tool to update the 86Duino’s Firmware system in the onboard flash, the content of the two virtual EEPROM will simultaneously be erased.


Libraries Reference Home

86Duino のリファレンスのテキストは Arduino レファレンス を編集したもので、 Creative Commons Attribution-ShareAlike 3.0 License下でライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。

コメントする

上部へスクロール