The setup function is the part of our code
which will be executed first
In this part we'll generally put initialization operations
e.g. serial opening, setup GPIO function, init. sensorsThe loop function is the part of our code
which will be executed after setup, then run repeatedly
This is the core of our application,
here we put the operations that
the MCU will have to perform