A quick reference projects, how to interconnect different files in a C / C++ project.
Special focus is on the variable assignment within the project.
This project shows a plane with parameters and their functions to operate on an Arduino Uno.
Main entry /include/main.h and /src/main.cpp, which get executed first.
Example usage of class feature: /lib/led_Controller/
Example usage of main function extension: /include/planeFunc.h and /src/planeFunc.cpp,
Example usage of global pin declaration /include/pins.h