I2C Delay time
Posted on January 05, 2016 at 09:18Hello!!I test an access to eeprom by I2C Fastmode(polling) like following programs.But when writing a block to eeprom, it happens an I2C error.So I insert a delay time(1ms : _delay_ms(I2C_DLY)), and then it operat...