root/branch/pelloux/sp4b1/SP4b1/SP4b1.c @ 314
306 | nipelloux | /***********************************************************************/
|
|
/* */
|
|||
/* 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. */
|
|||
/***********************************************************************/
|
|||
314 | nipelloux | #include "sfr32c87.h"
|
|
char t;
|
|||
306 | nipelloux | void main(void)
|
|
{
|
|||
314 | nipelloux | pd10=0x0F;
|
|
while(1){
|
|||
p10=0x07;
|
|||
t=p10;
|
|||
p10=0x0B;
|
|||
t=p10;
|
|||
p10=0x0D;
|
|||
t=p10;
|
|||
p10=0x0E;
|
|||
t=p10;
|
|||
pu31=1;
|
|||
}
|
|||
306 | nipelloux | }
|