- This topic has 2 replies, 2 voices, and was last updated 13 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › Programming the EEPROM of avr microcontroller
Hello Guys, I will using the Avr atmega1284p Microcontroller , but i am not well knowledged in C programming or good at using the microcontroller, this is my first time and the group Project submission is due nearly in a week. My part of the group work is to write the code of EEPROM for the automated greenhouse . Can you please guys help me out help , e.x what are the things i should be looking at when writing the code for eeprom. Please any help would be really appreciated, if you require any more details before answering this query please do ask . I will write as much details as i can. |
hello
buddy
even im not a good programmer
im working on same concept too
recently i came to know that we can handle eeprom
using “eeprom.h” headerfile
include
#include<avr/eeprom.h> (im using winavr ,avr studio4)
this consists of several functions
to write and read data at run time
im still working on it
let me know what you get upto in the code and i will share my code and you can share . this will help us both learn ok.