Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. unsigned long currentMillis = millis();
  3.   if(currentMillis - previousMillis >= 60000)
  4.   { previousMillis = currentMillis;
  5.     blokada=0;
  6.      
  7.   }
  8.    
  9.    if( blokada = 0 )
  10.     {
  11.    if ( t <  80)
  12.   { Blynk.notify("Wysoka Temperatura");
  13. blokada = 1;
  14.     }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement