Arduino mega clone compatability and library issues

The error you have is down to your incomplete code!

You need a void setup() and a void loop() or a int main() even if you do not use them!

1 Like