Difference between revisions of "Component: EEPROM (DS28E07) (Storage)"
From Flowcode Help
Jump to navigationJump to searchLine 14: | Line 14: | ||
==EEPROM (DS28E07) component== | ==EEPROM (DS28E07) component== | ||
A rugged EEPROM allowing one or more devices to be addressed and accessed. Requires a One Wire component to perform the bus operations. | A rugged EEPROM allowing one or more devices to be addressed and accessed. Requires a One Wire component to perform the bus operations. | ||
+ | |||
+ | ==Component Pack== | ||
+ | |||
+ | FREE | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 26: | Line 32: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Revision as of 16:25, 7 January 2022
Author | MatrixTSL |
Version | 1.0 |
Category | Storage |
Contents
EEPROM (DS28E07) component
A rugged EEPROM allowing one or more devices to be addressed and accessed. Requires a One Wire component to perform the bus operations.
Component Pack
FREE
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
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 |