Help. There is a need to write data to non-volatile memory, micron. I saw examples, but this is not a bit of what is needed.
Compiler CodeVisionAVR.
An example of a variable that needs to be stored in eeprom and naturally read it.
the question is: are there any functions that can immediately write to the desired cell of the array which is located in the eeprom.
char day_hour_1[36] = /*HOUR*/ { 8, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 15, 15, 16, 16, 17, 17, 17, 18, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 22};
eeprom_{read,write}_{byte,word,block}functions. - Fat-Zer