Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.
Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.
You should define a variable in the EEPROM Area.
Than write in this and all works fine.
unsigned char eeprom ee_byte; //One single Byte
unsigned char eeprom ee_area[24]; //An Area with 24 spaces
...
ee_byte=23; //Write 23 dec into the EEPROM
...
You should define a variable in the EEPROM Area.
Than write in this and all works fine.
unsigned char eeprom ee_byte; //One single Byte
unsigned char eeprom ee_area[24]; //An Area with 24 spaces
...
ee_byte=23; //Write 23 dec into the EEPROM
...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.