PDA

View Full Version : I2C write



TonyCNC
- 22nd January 2006, 00:32
Hi
When i write a page (64bytes) to eeprom the data sheet says that it takes a max of 5ms to write, now my question is does my program(PBP) wait around for 5ms before it continues or does it dump the page and continue with the next command.

Cheers Tony

mister_e
- 22nd January 2006, 10:40
it dump the page, then continue. You must add the delay by yourself if you need to write a second page.