Blender
The Start Function runs once at the beginning of the running sequence of the code.
The loop function runs every refresh of the microcontroller in HZ
"Hertz"
You can put variables that are relied on in the start above the start like shown here
bool1bitTrueorFalse =; /**A Bool or boolian varible is a 1 Bit DataType Vaireable declration of a true or false staitment absolute true or false staitment if not unassigned void of infomation or e.g "bool Boolian_data_refrence_Varible_Name =;" and not set true or false "bool Boolian_data_refrence_Varible_Name =TRUE/FALSE;" the varible name is for infomation in text or numbers underscore not using spaces it defines the use of the data comprehendable to humans in language in the Intergrated development enviroment which will be shortened when compiled to minamise the amount of used bits boolian a varible that is either a true or false 1 bit True or False data type */