Timeline for Read float and long from external EEPROM chip
Current License: CC BY-SA 3.0
4 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Dec 7, 2017 at 8:49 | comment | added | Edgar Bonet | About your simple/complex dichotomy: Both @frarugi87's answer and mine cover both the simple case (same endianness on the EEPROM and on the CPU), and the case when you have to swap the bytes. Your answer is simpler because you only covered the simple case. Notice that I explicitly recommended using the same endianness, precisely because it makes things simpler. But the "experts" know that you don't always have the choice. | |
Dec 7, 2017 at 0:26 | history | edited | dannyf | CC BY-SA 3.0 |
added 2943 characters in body
|
Dec 6, 2017 at 17:56 | history | edited | dannyf | CC BY-SA 3.0 |
added 220 characters in body
|
Dec 6, 2017 at 2:24 | history | answered | dannyf | CC BY-SA 3.0 |