Révision 729
Ajouté par clbouillot2 il y a presque 4 ans
SP4b2.c | ||
---|---|---|
ta0s = 0;
|
||
}
|
||
|
||
void lcd_clear (void){
|
||
pd3=0xFF;
|
||
p3=0x00;
|
||
p3_0=0 ;
|
||
tpo_ms(15);
|
||
lcd_com (0x01);
|
||
}
|
||
|
||
|
||
unsigned char touche_c = 0;
|
||
unsigned char touche_appuyee;
|
||
|
||
... | ... | |
touche_appuyee = '#';
|
||
}
|
||
lcd_car(touche_appuyee);
|
||
lcd_init();
|
||
lcd_clear();
|
||
}
|
||
|
||
}
|
Formats disponibles : Unified diff
création d'un nouveau projet pour séance c1 + init uart0