| http://www.w3.org/ns/prov#value | - Quote from: adis on Sep 27, 2012, 06:51 pmHi,Below is the test program and a library I wrote in january.I did my best to make it as clear as possible.Regards,AdiCode: [Select]#include <LG.h>#include <IRremote.h>// the LG code generator object// the IR emitter objectIRsend irsend;void setup(){Serial.begin(9600);Serial.println(Start);// wait 5 seconds//delay(5000);//LG LG(mode_heating,fan_4,30,sta
|