Cours:Multimetre

De troyesGEII
Aller à : navigation, rechercher

Fichiers

Programmation

Fonction affiche

void affiche7sgt(uint8_t n)
{
  PORTB=(PORTB&0xf0)|(n&0x0f);
}