You are on page 1of 1

void main()

{
trisd=0x00;
portd=0x00;
EEPROM_WRITE(0,0XF0);
while(1)
{
PORTD=EEPROM_READ(0);
}
}

You might also like