Hi
So, I just got a basic Arduino Uno board with some example circuits in the guide. Just to get used to programming, I have built a basic blinking LED connected to pin 13.
However, whenever I try to upload code, it will not work.
error: expected constructor, destructor, or type conversion before '(' token
is the error message. This comes up even when uploading simple code like
pinMode(13,OUTPUT);
I know if I can fix this I will quickly get to grips with programming, but just can't fix this error!
Please Help!!