??? 06/13/08 06:43 Read: times |
#155795 - No magic involved Responding to: ???'s previous message |
[PRE]
void write_string(char *str,int eeaddr) { while (*str) { write_eeprom(eeaddr++,*str++); } } [/PRE] |
Topic | Author | Date |
EEPROM ... floating & string read - write | 01/01/70 00:00 | |
byte by byte... | 01/01/70 00:00 | |
you know as much as the EEPROM does! | 01/01/70 00:00 | |
Strings & Things | 01/01/70 00:00 | |
Not just floats, save structures too | 01/01/70 00:00 | |
I do it too :) | 01/01/70 00:00 | |
Array | 01/01/70 00:00 | |
and, in that case ... | 01/01/70 00:00 | |
details ... | 01/01/70 00:00 | |
what does it mean "not succeeded"?![]() | 01/01/70 00:00 | |
float is possible but not STRINGS ... | 01/01/70 00:00 | |
No magic involved | 01/01/70 00:00 | |
and where's the terminating null char written? | 01/01/70 00:00 | |
which EEPROM | 01/01/70 00:00 | |
No, you don't | 01/01/70 00:00 | |
does NVRwrite matches your EEPROM | 01/01/70 00:00 |