Modifications

Sauter à la navigation Sauter à la recherche
285 octets supprimés ,  13 mars 2018 à 15:39
Ligne 308 : Ligne 308 :  
   afficheurs.writeDisplay();
 
   afficheurs.writeDisplay();
 
  }
 
  }
</syntaxhighlight>
  −
  −
<syntaxhighlight lang="c">
  −
/*     
  −
* Afficher l'heure
  −
*/
  −
void afficherTemps(){
  −
  DateTime maintenant = rtc.now();
  −
  // Dessiner minutes
  −
  affichageMinutes( maintenant.minute(), true );
  −
  // Dessiner heures
  −
  affichageHeures( maintenant.hour(), true );
  −
}
   
</syntaxhighlight>
 
</syntaxhighlight>
  

Menu de navigation