Receive_Raw:32: error: 'CIRLremote' does not name a type
CIRLremote 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
Receive_Raw:32: error: 'CIRLremote' does not name a type
CIRLremote 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