Writeeep - ICP DAS USA MP-8 43 Series Function Reference

Hide thumbs Also See for MP-8 43 Series:
Table of Contents

Advertisement

2.9.2 WriteEEP

Description:
This function is used to write one byte of data to the EEPROM.
Syntax:
++
[C
]
void WriteEEP(int
Parameter:
block : [Input] the block number of EEPROM.
offset: [Input] the offset within the block.
ucData: [Input] data to write to EEPROM.
Return Value:
None
Example:
int
block, offset;
unsigned char
data=10;
WriteEEP(block, offset, data);
//Writes a 10 value output to the EEPROM (block & offset) location
Remark:
http://www.icpdas.com
block,
int
offset,
unsigned char
MP-8x43 Function Reference V 1.0
ucData)
75 

Advertisement

Table of Contents
loading

Table of Contents