Skip to content

Commit

Permalink
5ms is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
Willena committed Feb 13, 2016
1 parent 3bda24a commit 870437a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AT24Cxx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ uint8_t AT24Cxx::WriteMem(int iAddr, const char *pBuf, int iCnt)
iCnt -=(int)iBytes;
iAddr+=(int)iBytes;
pBuf +=(int)iBytes;
delay(50); // Give the EEPROM time to write its data
delay(5); // Give the EEPROM time to write its data
} /* while */

return(iRC);
Expand Down

0 comments on commit 870437a

Please sign in to comment.