hi. i want to know what should i do with the coding in multiple tabs. should i upload one by one or compile them? i am a beginner in coding so i am quite confused. thank you.
Hi jurianiidris,
The code files you see in the tabs (.h and .cpp) are library files required by the main Firmware.ino file.
You can see the included in the top of the file: #include “library.h”
Seeing them in the tabs is a good sign - it means the IDE has found them, once you compile the main file, the IDE will compile them all together automatically - so you have nothing to worry about.
Enjoy Making