Hello,
I am trying to store data from analog port in EEPROM.
The problem i am facing is at single location i am able to store integers from 0-255. but my data from analog port is in range 0-1023, so how should i store it without loosing any data? coz if i use map function, i can't retrive back the data as remapping from 0-255 to 0-1023 will cause loss of data.. so please suggest me how to store the data in EEPROM.