Component: Serial EEPROM (24C01 - 24C16) (EEPROM)
From Flowcode Help
(Redirected from Component: ID fdb712e0 3861 4e64 9c68 67eade64b089)
Jump to navigationJump to search| Author | Matrix TSL |
| Version | 2.0 |
| Category | EEPROM |
Contents
Serial EEPROM (24C01 - 24C16) component
Serial (I2C) EEPROM component for 24C01 to 24C16
Component Source Code
Please click here to download the component source project: FC_Comp_Source_Serial_EEPROM_(24C16).fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_Serial_EEPROM_(24C16).fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
Read
| Read | |
| Read and return the value of the EEPROM at the given address | |
| address | |
| Return | |
ReadPage
| ReadPage | |
| Read and return the value of the EEPROM at the given address | |
| address | |
| data | |
| count | |
| Return | |
Write
| Write | |
| Write the given data value to the EEPROM at the given address | |
| address | |
| data | |
| Return | |
WritePage
| WritePage | |
| Write the given data value to the EEPROM at the given address | |
| address | |
| data | |
| count | |
| Range: 1-128 | |
| Return | |