Component: EEPROM (Storage)

From Flowcode Help
Revision as of 15:18, 12 November 2013 by JonnyW (talk | contribs) (XML import of only descriptive example files)
Jump to navigationJump to search


Author Matrix Ltd
Version 1.1
Category Storage


Image EEPROM component

An EEPROM front end for writing data to persistant storage


Examples

No additional examples


Downloadable macro reference

Read

Reads a packet of bits from the EEPROM

The number of bits read is 8 or 16, depending on the platform

Parameters

UINT Address
The address, in elements, to read the data from


Return value

UINT


Write

Writes a packet of bits from the EEPROM

The number of bits written is 8 or 16, depending on the platform

Parameters

UINT Address
The address, in elements, to read the data from
UINT Value
The 8 or 16 bit value to store in EEPROM


Return value

This call does not return a value


Simulation macro reference

This component does not contain any simulation macros


Property reference

This component does not contain any properties