Just make the the abstract method declaration before writing your code after the header files. #include<Arduino.h> void myfunction(); void setup(); void loop();
#include<Arduino.h> void myfunction(); void setup(); void loop(); After this you write your code in any order