gfvalvo:
- It has a main() function.
- It doesn't have setup() and loop() functions.
-
Programs compiled in the Arduino IDE have a main() function but it is hidden from view.
-
If you provide your own main() function then setup() and loop() are not required