Difference between revisions of "Component: EEPROM (Storage)"

From Flowcode Help
Jump to navigationJump to search
(XML import of component documentation)
 
(XML import of component help)
Line 7: Line 7:
 
|-
 
|-
 
| width="20%" style="color: gray;" | Version
 
| width="20%" style="color: gray;" | Version
| 1.0
+
| 1.1
 
|-
 
|-
 
| width="20%" style="color: gray;" | Category
 
| width="20%" style="color: gray;" | Category
Line 20: Line 20:
  
 
==Examples==
 
==Examples==
''<span style="color:red;">No additional examples</span>''
+
The following files provide examples of how to use this component:
  
 +
[[Media:Example_EE_Test.fcfx|EE_Test.fcfx
  
 
==Downloadable macro reference==
 
==Downloadable macro reference==

Revision as of 17:02, 11 November 2013


Author Matrix Ltd
Version 1.1
Category Storage


Image EEPROM component

An EEPROM front end for writing data to persistant storage


Examples

The following files provide examples of how to use this component:

[[Media:Example_EE_Test.fcfx|EE_Test.fcfx

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