1

Hi I'm a beginner in the C Language. when I Initial value to UL variable it give me -1 at first ? how can I Initial value to eeprom variable ?

    eeprom int UL = 1;
    eeprom struct User user[10];
  • All I saw was pages and pages of 'lcd*' – Martin James May 11 '21 at 17:57
  • 3
    Welcome to StackOverflow! Please take the [tour] and read "[ask]". Then come back and [edit] your question, which actually contains multiple questions. Please post separate questions for each issue. Try to reduce your problem to a [example]. – the busybee May 11 '21 at 20:18
  • You should clean the question, I think there's a lot of code that is not necessary, so people don't feel like reading all that :( also keep only one question. This seems like a easy to improve question , do so and people will be motivated to help :) – Ivan May 12 '21 at 07:21

0 Answers0