Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Lilnija_29012017 NucleoF042K6_IRReceiver
Diff: ir_Template.cpp
- 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.