|
||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
|
|
bit EEPROM_acknowledge_polling(void)
{
bit status;
start();
status = write(EEPROM);
stop();
return(status); /* if 1, the write cycle is in progress */
}
void EEPROM_busy(void)
{
while(EEPROM_acknowledge_polling())
delay(1,164); /* about 1 msec */
}
|
|||||||||||||||||||||||||||||||||
|
Copyright © 2003 ChipCenter-QuestLink About ChipCenter-Questlink |
||||||||||||||||||||||||||||||||||