File "principal.c"
Full Path: /home/analogde/www/68hc11/68HC12/principal.c
File size: 498 bytes
MIME-type: text/x-c
Charset: utf-8
// debug en cours
// Prototypes
// Variables
char keyval;
/********************************************/
void main(void)
{
long i=0;
LCD_init();
clavier_init();
lcd_commande(0x01); // efface l'afficheur + curseur en position home
for (i=0; i<48000;i++); //attendre 2ms
//LCD_put_string("Salut Pat: ");
touche= recherche_touche();
if(touche=='9')
{ LCDput_char(touche);
}
}
/********************************************/