
|
INFO - FAQ - CC2-Forum - CCPro-Forum |
|
Hey H.J.Windt i need a exampleprogramm how i can save the datas in an separatly extern eeprom. Markus > Hello Markus, > The 24C64A is a 64K (8192 x 8) I2C EEPROM. > This means that 8192 x 1byte of data can be stored. > If I understand correctly then you want to store day, month, year and number of impulses? > Day = 1 byte > Month = 1 byte > Year = 1 byte > Impulses = 2 bytes > Number of bytes to be saved is 1+1+1+2 = 5 bytes > This means that 8192 / 5 = 1638 pages of data can be stored on the 24C64A. > Is this what you want? > Greetings, > H.J. Windt |
| Antwort schreiben |