Component: Flash EEPROM (Storage)
From Flowcode Help
Jump to navigationJump to searchAuthor | Matrix TSL |
Version | 1.0 |
Category | Storage |
Contents
Flash EEPROM component
Provides an emulated version of EEPROM using the microcontrollers on-board flash program memory. Requires a microcontroller with write and erase access to the flash memory.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
Read |
Reads a single value from the Flash EEPROM at the specified address | |
![]() |
Address |
![]() |
Return |
![]() |
Write |
Writes a single value to the Flash EEPROM at the specified address | |
![]() |
Address |
![]() |
Data |
![]() |
Return |
![]() |
GetSerialString |
Gets the Serial String for the current addressed device. | |
![]() |
Return |
![]() |
AddressNextDevice |
Scans for the next connected device with a matching family code. Goes through the device list generated by the ScanBus macro. | |
![]() |
Return |
![]() |
SetByte |
Writes a single byte to the EE memory. | |
![]() |
Address |
Address of the value to write | |
![]() |
Data |
![]() |
Return |
![]() |
GetByte |
Reads a single byte from the selected address. | |
![]() |
Address |
Address of the value to read | |
![]() |
Return |
![]() |
Initialise |
Configures each matching sensor on the bus with the specified conversion bits. | |
![]() |
Return |