I have this in a .h header file that is correctly imported because I know that my INFORMATION BLOCK structure is working and not out of scope, but when I moved the following code from above my void setup() to my header it says it is out of scope.
This is what I moved from above void setup() to the header file
Here are some lines of code that used to work but now say they are out of scope (These lines of code are now in the void loop() part of the program.
Here are also some of the out of scope errors. I should be able to include this in the header file to clean up the code correct? I have another structure in the header file that is working just fine, but the other structure is not a union struct like these.