AUniqueLEDClock:150: error: 'IRrecv' does not name a type
AUniqueLEDClock:153: error: 'decode_results' does not name a type
AUniqueLEDClock.ino: In function 'long unsigned int _readIRCode()':
AUniqueLEDClock:673: error: 'results' was not declared in this scope
AUniqueLEDClock:676: error: 'irReceiver' was not declared in this scope
AUniqueLEDClock.ino: In function 'void setup()':
AUniqueLEDClock:2395: error: 'irReceiver' was not declared in this scope
'IRrecv' does not name a type
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
You may get a better response if you supply the code.
Please put your code in its own window as seen in other posts. This can be done by placing [code] and [/code] around the code. This makes it easier for others to read.
AUniqueLEDClock:154: error: ‘IRpin’ was not declared in this scope
AUniqueLEDClock.ino: In function ‘long unsigned int _readIRCode()’:
AUniqueLEDClock:680: error: ‘irReceiver’ was not declared in this scope
AUniqueLEDClock.ino: In function ‘void setup()’:
AUniqueLEDClock:2399: error: ‘irReceiver’ was not declared in this scope
Decode_IR.ino: At global scope:
Decode_IR:28: error: redefinition of ‘IRrecv irrecv’
AUniqueLEDClock:154: error: ‘IRrecv irrecv’ previously declared here
Decode_IR:29: error: redefinition of ‘decode_results results’
AUniqueLEDClock:157: error: ‘decode_results results’ previously declared here
Decode_IR.ino: In function ‘void setup()’:
Decode_IR:31: error: redefinition of ‘void setup()’
AUniqueLEDClock:2385: error: ‘void setup()’ previously defined here
Decode_IR.ino: In function ‘void loop()’:
Decode_IR:37: error: redefinition of ‘void loop()’
AUniqueLEDClock:2450: error: ‘void loop()’ previously defined here
‘IRpin’ was not declared in this scope
This report would have more information with
“Show verbose output during compilation”
enabled in File > Preferences.