
141
C-Control Pro Mega Series
© 2008 Conrad Electronic
byte EEPROM_Read(word pos);
Sub EEPROM_Read(pos As Word) As Byte
Description
Reads one byte out of the EEPROM at position pos. The first 32 byte are reserved for the OS of C-Control
Pro. Therefore a pos value of 0 and higher accesses the EEPROM memory at position 32 and upwards.
Parameter
pos byte position in EEPROM
Return Parameter
EEPROM value
6.7.2
EEPROM_ReadWord
EEPROM Functions
Syntax
word EEPROM_ReadWord(word pos);
Sub EEPROM_ReadWord(pos As Word) As Word
Description
Reads one word out of the EEPROM at position pos. The first 32 byte are reserved for the OS of C-Control
Pro. Therefore a pos value of 0 and higher accesses the EEPROM memory at position 32 and upwards.
The value of pos describes a byte position in the EEPROM. This should be taken care of when using word
or floating point accesses.
Parameter
pos byte position in EEPROM
Return Parameter
EEPROM value
6.7.3
EEPROM_ReadFloat
EEPROM Functions
Syntax
Summary of Contents for C-Control Pro Mega Series
Page 1: ... 2008 Conrad Electronic C Control Pro Mega Series ...
Page 9: ...VIII Inhalt 2008 Conrad Electronic ...
Page 10: ...Part 1 ...
Page 17: ...Part 2 ...
Page 23: ...Part 3 ...
Page 41: ...32 Hardware 2008 Conrad Electronic 3 3 5 3 Component Parts Plan ...
Page 57: ...48 Hardware 2008 Conrad Electronic 3 4 5 3 Component Parts Plan ...
Page 58: ...Part 4 ...
Page 91: ...82 IDE 2008 Conrad Electronic ...
Page 92: ...Part 5 ...
Page 135: ...126 Compiler 2008 Conrad Electronic 31 1F US 63 3F 95 5F _ 127 7F DEL ...
Page 136: ...Part 6 ...
Page 231: ...Part 7 ...
Page 240: ......