Component: EEPROM (CAL) (Misc)

From Flowcode Help
Revision as of 16:24, 7 January 2022 by Wiki bot (talk | contribs) (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix TSL |- | width="20%" style="color:gray;" | Version | 2.0 |- | width="20%" style="color:gray...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Author Matrix TSL
Version 2.0
Category Misc


EEPROM component

CAL = Code Abstraction Layer - Allows one code base to run on a wide range of chips. A low level implementation giving direct access to the EEPROM peripheral.

Component Pack

STORAGE

Detailed description

No detailed description exists yet for this component

Examples

Example showing how to build a component using a CAL component Using CAL Components.


Downloadable macro reference

Fc9-comp-macro.png GetValue
Get Value of Named property 
Fc9-string-icon.png - STRING Name
 
Fc9-string-icon.png - STRING Return


Fc9-comp-macro.png Read
Read a byte from EEPROM Address 
Fc9-u16-icon.png - UINT Address
 
Fc9-u16-icon.png - UINT Return


Fc9-comp-macro.png Write
Write Data to EEPROM Address 
Fc9-u16-icon.png - UINT Address
 
Fc9-u16-icon.png - UINT Data
 
Fc9-void-icon.png - VOID Return



Property reference

Fc9-prop-icon.png Properties
Fc9-type-14-icon.png Size
 
Fc9-type-14-icon.png Type
 
Fc9-conn-icon.png Connections
Fc9-conn-icon.png Simulations