Every Arduino sketch must have a setup and a loop function. Even if you don't want to put any code in those functions, you still need to define an empty function.
Every Arduino sketch must have a setup and a loop function. Even if you don't want to put any code in those functions, you still need to define an empty function.