Projet

Général

Profil

334 pdamar
/***********************************************************************/
/* */
/* FILE :SP4b1.c */
/* DATE :Tue, May 18, 2021 */
/* DESCRIPTION :main program file. */
/* CPU GROUP :87B */
/* */
/* This file is generated by Renesas Project Generator (Ver.4.18). */
/* NOTE:THIS IS A TYPICAL EXAMPLE. */
/***********************************************************************/
342 pdamar
#include "sfr32c87.h"
void init_keyboard(void);
void tpo_50ms(void) ;
unsigned char touche = 0;
334 pdamar
342 pdamar
void main(void){
char t;
pu31=1;
pd10=0x00;
while (1){
if (( t & 0xf0)! = 0xf0 )){
p10=0;
}
if (( t & 0xf0)! = 0xf0 )){
t=p10 ;
p10=~0x0F;
}
if (( t & 0xf0)! = 0xf0 )){
p10=14;
t=p10;}
if (( t & 0xf0)! = 0xf0 )){

p10=0x0D;
t=p10;
}
if (( t & 0xf0)! = 0xf0 )){
p10=0x07;
t=p10;
}
}
334 pdamar
}