Hey Everyone,
I have 366 bytes of EEPROM memory left on my board and I want to ideally cram 60+ sequences of 18 numbers. Each number in that sequence is a value between 0-127. Using hexadecimal I can get 40 sequences of 18 numbers, but is there a way to get even more?
The values are not always 3 digit, but they can be that high. Anyone know of any methods that could solve this problem?
Thanks!