Microcontroller › AVR › avr microcontroller atmega16 internal eeprom › Hi AnurajThere is one way out
December 27, 2016 at 6:36 am
#14298
GANEEV SINGH
Participant
Hi Anuraj
There is one way out, what you can do is first convert float into char array then store this string in EEPROM. Remember, AVR's EEPROM is of 512 bytes so make sure to properly utilize this space. You can easily get any library related to EEPROM for AVRs, online.
Good Luck