
// 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);
	      
      }    
}
/********************************************/
	