I have a char array that contains both chars but also other stuff.
Let’s call the array char stuff[69]
stuff[5] = 3F / 00111111 stuff[6] = 80 / 1000000 stuff[7] = 00 / 00000000 stuff[8] = 00 / 00000000
The iee float value for 1 is
3F800000 / 00111111100000000000000000000000
I need to be able to convert those four chats into a float.
This will be done on an esp device using arduino