Skip to content

Commit 11dba06

Browse files
committed
fixed IRSendDemo
1 parent c774f26 commit 11dba06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/IRsendDemo/IRsendDemo.ino

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ void setup() {
3131
Serial.println(IR_SEND_PIN);
3232
}
3333

34+
unsigned long tData = 0xa90;
35+
3436
void loop() {
35-
unsigned long tData = 0xa90;
37+
3638
for (int i = 0; i < 3; i++) {
3739
irsend.sendSony(tData, 12);
3840
Serial.print(F("sendSony(0x"));

0 commit comments

Comments
 (0)