**This is an old revision of the document!**

Component: EEPROM

This component is provided by the EEPROM.

Component name: eeprom.
Callbacks:

  • get():string
    Get the currently stored byte array.
  • set(data:string)
    Overwrite the currently stored byte array.
  • getLabel():string
    Get the label of the EEPROM.
  • setLabel(data:string)
    Set the label of the EEPROM.