Hi defragster
Yes, i think I have hit the problem you described above. At address 0, i write a float (for example 1.1), but at address 4 I want to write int (200 for example), but it doesnt seem...
Type: Posts; User: GiGiUK
Hi defragster
Yes, i think I have hit the problem you described above. At address 0, i write a float (for example 1.1), but at address 4 I want to write int (200 for example), but it doesnt seem...
Thanks Defragster
That did the trick, but I had to apply the same for the "get" command to receive the correct values from the EEPROM otherwise I got rubbish.
EEPROMA = EEPROM.get(0 *...
Hi all
Can anyone help me out with this seemingly none complicated problem.
I've created a C# program to send serial data to a Teensy 3.2. On the Teensy there is the code below. The idea is...