Blogger

Delete comment from: Ken Shirriff's blog

Anonymous said...

Thanks for your library.
If someone is interested in the code to start a LG hombot:

#include
unsigned int LGHombotStartcode[] = {400, 1600, 400, 600, 400, 1550, 400, 1600, 400, 600, 400, 1550, 400, 600, 400, 600, 400, 600, 400, 600, 400, 1600, 400, 1550, 400};


IRsend irsend;

void setup()
{
Serial.begin(9600);
}

void loop() {
if (Serial.read() != -1) {

irsend.sendRaw(LGHombotStartcode, 25, 38);

}
}

Jul 9, 2013, 4:54:10 PM


Posted to A Multi-Protocol Infrared Remote Library for the Arduino

Google apps
Main menu