Here is my problem. I have to create a data structure to overlay an array of unsigned 8-bit values with a floating point variable.

I'm pretty sure I have to use a structure/union, but I don't...