IRLremote icon indicating copy to clipboard operation
IRLremote copied to clipboard

Receive_Raw example not compiling - Arduino IDE 1.8.5

Open Bootpanic opened this issue 7 years ago • 6 comments

Receive_Raw:32: error: 'CIRLremote' does not name a type CIRLremote<RawIR> IRLremote; ^ /home/my_home/Arduino/libraries/IRLremote/examples/Receive_Raw/Receive_Raw.ino: In function 'void setup()': Receive_Raw:46: error: 'IRLremote' was not declared in this scope if (!IRLremote.begin(pinIR)) ^ /home/my_home/Arduino/libraries/IRLremote/examples/Receive_Raw/Receive_Raw.ino: In function 'void loop()': Receive_Raw:51: error: 'IRLremote' was not declared in this scope if (IRLremote.available()) { ^ Receive_Raw:71: error: 'RawIR' was not declared in this scope for (typeof(RawIR::countRawIR) i = 0; i < RawIR::countRawIR; i++) { ^ Receive_Raw:71: error: expected primary-expression before 'typeof' for (typeof(RawIR::countRawIR) i = 0; i < RawIR::countRawIR; i++) { ^ Receive_Raw:71: error: 'i' was not declared in this scope for (typeof(RawIR::countRawIR) i = 0; i < RawIR::countRawIR; i++) { ^ Receive_Raw:71: error: 'RawIR' is not a class, namespace, or enumeration for (typeof(RawIR::countRawIR) i = 0; i < RawIR::countRawIR; i++) { ^ Receive_Raw:74: error: 'RawIR' is not a class, namespace, or enumeration Serial.println(RawIR::dataRawIR[i], DEC); ^ Receive_Raw:78: error: 'RawIR' has not been declared if (RawIR::countRawIR == RAWIR_BLOCKS) { ^ Receive_Raw:78: error: 'RAWIR_BLOCKS' was not declared in this scope if (RawIR::countRawIR == RAWIR_BLOCKS) { ^ Receive_Raw:85: error: 'IR_data_t' was not declared in this scope IR_data_t data = IRLremote.read(); ^ Receive_Raw:91: error: 'data' was not declared in this scope Serial.println(data.address, DEC); ^ exit status 1 'CIRLremote' does not name a type

Bootpanic avatar Jan 19 '18 14:01 Bootpanic

Jup. Outdated :/

NicoHood avatar Jan 19 '18 23:01 NicoHood

Any update on this? I need it.. Can't combine IRLremote with RC5

RemyyB avatar Oct 04 '18 21:10 RemyyB

I face the same issue. is there any solution!!!

mohamedbelhassen avatar Feb 25 '19 19:02 mohamedbelhassen

is there any solution to this issue?? thx

DrSaad77 avatar Mar 19 '20 18:03 DrSaad77

Need a solution as well.. :(

naurisgrinbergs0 avatar Aug 14 '21 08:08 naurisgrinbergs0

The solution is to use IRremote 😀

ArminJo avatar Aug 14 '21 09:08 ArminJo