The IR Puck can mimic arbitrary infrared remote controls. Built on the Puck IOT platform.

Dependencies:   Puck IRSender mbed

The IR Puck is a puck that can mimic arbitrary infrared remote controls. This is useful for controlling things like TVs, radios, airconditioners, window blinds, and just about anything and everything that can be otherwise be controlled by a regular remote control.

A tutorial for the IR Puck is available on GitHub.

Tutorials and in-depth documentation for the Puck platform is available at the project's GitHub page

Revision:
10:35d78d589580
Parent:
8:260888851644
Child:
12:a7d9b4f303fd
--- a/main.cpp	Wed Jul 23 14:25:14 2014 +0000
+++ b/main.cpp	Thu Jul 24 09:30:43 2014 +0000
@@ -1,7 +1,8 @@
 #include "mbed.h"
 #include "IR.h"
 
-#define LOG_LEVEL_VERBOSE
+#define LOG_LEVEL_ERROR
+#include "Log.h"
 #include "Puck.h"
 
 Puck* puck = &Puck::getPuck();