Advertisement
gigaaa

Untitled

Aug 21st, 2014
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.60 KB | None | 0 0
  1. //-------------------------------------------------------------------------------------------------------------------------
  2.                                 //funzione per il settaggio della configurazione d'emergenza
  3. //-------------------------------------------------------------------------------------------------------------------------
  4.  
  5. void setEmergencyConfig( )
  6. {
  7.    
  8.     int i ;
  9.     for( i = 0 ; i < 9 ; i ++ )
  10.     {
  11.         //spenta
  12.         StatoMosfet [ i ] = 0;
  13.         //1 Ampere
  14.         CorrenteLineaBITMassimaTollerabile[ i ] = 10;
  15.         CorrenteLineaBITMassimaStandard[ i ] = 10;
  16.         //1 secondo
  17.         TempoLimiteSovracorrente[ i ] = 100;
  18.     }
  19.    
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement