Grove - Infrared Emitter

for (int i = 0; i < 3; i++) {
irsend.sendSony(0xa90, 12); // Sony TV power code
delay(100);
}
delay(3*1000);
}
}