Apps     Components     Interfaces     All Files     Source Tree     source: tos.interfaces.EEPROMWrite.nc

Interface: EEPROMWrite

Write interface for the non-volatile EEPROM

Write lines to the EEPROM. Each line is 16 bytes.

Writes must be surrounded by a startWrite, endWrite pair. Writes are only final when endWrite is called. If endWrite is not called, writes written since the last startWrite have undefined contents.

Components providing this interface:
tos.platform.mica.EEPROM
tos.platform.mica.eepromM

Components requiring this interface:
apps.TestEEPROM.EEPROM.TestEEPROMM
tos.system.LoggerM

Commands

Events