Infrared remote library for Arduino: send and receive infrared signals with multiple protocols Port from Arduino-IRremote https://github.com/z3t0/Arduino-IRremote

Dependents:   mbed-os-example-FinalReal_copy

Revision:
5:a4dfe2bb80b9
Parent:
0:70c8e56bac45
--- a/ir_Template.cpp	Sat Jan 23 15:24:18 2016 +0000
+++ b/ir_Template.cpp	Sat Jan 23 15:58:10 2016 +0000
@@ -71,7 +71,7 @@
 3. Open MyDocuments\Arduino\libraries\IRremote\examples\IRrecvDumpV2.ino
 
    A. In the encoding() function, add:
-      case SHUZU:    Serial.print("SHUZU");     break ;
+      case SHUZU:    printf("SHUZU");     break ;
 
 Now open the Arduino IDE, load up the rawDump.ino sketch, and run it.
 Hopefully it will compile and upload.