Advertisement
fernandesg

Untitled

May 5th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.35 KB | None | 0 0
  1.    BLYNK_WRITE(V2)//+TEMP
  2.   {
  3.   if (param.asInt()){
  4.  
  5.   irsend.sendRaw(irTEMPUP, sizeof(irTEMPUP) / sizeof(irTEMPUP[0]), khz);
  6.  
  7.     delay(40);
  8.                    }
  9.   }
  10.       BLYNK_WRITE(V3)//-TEMP
  11.   {
  12.   if (param.asInt()){
  13.  
  14.   irsend.sendRaw(irTEMPDOWN, sizeof(irTEMPDOWN) / sizeof(irTEMPDOWN[0]), khz);
  15.  
  16.     delay(40);
  17.                    }
  18.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement