-->
Page 7 of 7

Re: IR Blaster

PostPosted: Sun Dec 06, 2015 12:29 am
by Jimmy Kim
I want to migrate the C code below to lua code for NodeMCU.

IRsend irsend(2);
int khz = 38;
unsigned int irSignal[] = {8950,4500, 500,600, 500,600, 500, .....};
irsend.sendRaw(irSignal, sizeof(irSignal) / sizeof(irSignal[0]), khz);

Is there anyone to help me?