J-M-L:
Ok cant read from my smartphone. Will have a look another timeCan you post the output of the compiler error. Very often it tells a lot right there in the very first lines
Is this what you mean? It's the output of the error:
Code:80: error: expected constructor, destructor, or type conversion before ';' token
Code:81: error: expected constructor, destructor, or type conversion before ';' token
Code:82: error: expected constructor, destructor, or type conversion before ';' token
Code:83: error: expected constructor, destructor, or type conversion before ';' token
Code:84: error: expected constructor, destructor, or type conversion before ';' token
Code:85: error: expected constructor, destructor, or type conversion before ';' token
Code:86: error: expected constructor, destructor, or type conversion before ';' token
Code:87: error: expected constructor, destructor, or type conversion before ';' token
Code:88: error: expected constructor, destructor, or type conversion before ';' token
Code:89: error: expected constructor, destructor, or type conversion before ';' token
Code:90: error: expected constructor, destructor, or type conversion before ';' token
Code:91: error: expected declaration before '}' token
On each of those lines is a new function. I'll paste the loop block below:
void loop() {
mainFunctions();
countTime();
leftPress();
rightPress();
displayHours();
redIntensity();
violetIntensity();
ledDuration();
settings();
buzzButtons();
ledLights();
}