Component: Serial EEPROM (24C32) (Storage)

From Flowcode Help
Revision as of 15:47, 20 July 2016 by BenR (talk | contribs) (XML import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Author Matrix TSL
Version 1.1 (Release)
Category Storage


Image Serial EEPROM (24C32) component

Serial (I2C) EEPROM component for 24C32 Can be added to a MIAC project to give read and write access to the internal non-volatile memory device (if fitted, depending upon model).


Examples

No additional examples


Downloadable macro reference

Read

Read and return the value of the EEPROM at the given address

Parameters

UINT address


Return value

BYTE


Write

Write the given data value to the EEPROM at the given address

Parameters

UINT address
BYTE data


Return value

This call does not return a value


Simulation macro reference

This component does not contain any simulation macros


Property reference

Device Address

This property is of type Unsigned integer and can be referenced with the variable name DEVICE_ADDRESS.

No additional information


Channel

This property is of type Fixed list of ints and can be referenced with the variable name CHANNEL.

No additional information


SDA

This property is of type Single digital pin and can be referenced with the variable name SDA.

No additional information


SCL

This property is of type Single digital pin and can be referenced with the variable name SCL.

No additional information