Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaltd committed Mar 25, 2024
1 parent 1420e45 commit 2e1ef8c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,15 @@ int main(void)
.
EE_Init(&ee, sizeof(Stotrage_t));
EE_Read();
ee.val1 = 1;
ee.val2 = 2;
ee.val3 = 3;
ee.val4 = 4;
ee.val5 = 5;
ee.val6 = 6;
ee.val7 = 7;
ee.val8 = 8;
EE_Write(true);
while (1)
{
Expand Down

0 comments on commit 2e1ef8c

Please sign in to comment.