Difference between revisions of "Component: Serial EEPROM (24C01 24C16) (Storage)"
From Flowcode Help
Jump to navigationJump to searchLine 14: | Line 14: | ||
==Serial EEPROM (24C01 - 24C16) component== | ==Serial EEPROM (24C01 - 24C16) component== | ||
Serial (I2C) EEPROM component for 24C01 to 24C16 | Serial (I2C) EEPROM component for 24C01 to 24C16 | ||
+ | |||
+ | ==Component Pack== | ||
+ | |||
+ | STORAGE | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 26: | Line 32: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Revision as of 16:25, 7 January 2022
Author | Matrix TSL |
Version | 2.0 |
Category | Storage |
Contents
Serial EEPROM (24C01 - 24C16) component
Serial (I2C) EEPROM component for 24C01 to 24C16
Component Pack
STORAGE
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 |
![]() |
ReadPage |
Read and return the value of the EEPROM at the given address | |
![]() |
address |
![]() |
data |
![]() |
count |
![]() |
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 |