Component: Serial EEPROM (24C32) (Storage)
From Flowcode Help
Jump to navigationJump to searchAuthor | Matrix TSL |
Version | 2.2 |
Category | Storage |
Contents
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).
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
Read |
Read and return the value of the EEPROM at the given address | |
![]() |
address |
![]() |
Return |
![]() |
Write |
Write the given data value to the EEPROM at the given address | |
![]() |
address |
![]() |
data |
![]() |
Return |
![]() |
WritePage |
Write the given data value to the EEPROM at the given address | |
![]() |
address |
![]() |
data |
![]() |
count |
Range: 1-128 | |
![]() |
Return |
![]() |
GetDate |
Collects the day of the month as a numeric value in the range of 1 - 31. | |
![]() |
Return |
![]() |
SetTimeServer |
Overwrites the default time server setting allowing for multiple time servers to be queried. | |
![]() |
TimeServer |
e.g. "pool.ntp.org" | |
![]() |
Return |
![]() |
GetMonth |
Collects the month as a numeric value in the range of 1 - 12. | |
![]() |
Return |
![]() |
Initialise |
Configures the timeserver variable as well as sets the timezone offset in seconds. | |
![]() |
Return |
![]() |
SetUTCOffset |
Allows the UTC Offset to be defined in seconds. e.g. for BST use 3600 or for UTC+2 use 7200 or for UTC-2 use -7200 | |
[[File:]] - | UTCOffset |
Time offset in seconds | |
![]() |
Return |
![]() |
Initialise |
Configures each matching sensor on the bus with the specified conversion bits. | |
![]() |
Return |