Révision 740
Ajouté par jileng il y a presque 4 ans
branch/leng/sp4c12/sp4c1/sp4c1/uart0.h | ||
---|---|---|
/***********************************************************************/
|
||
/* */
|
||
/* FILE :sp4c1.c */
|
||
/* DATE :Wed, Jun 02, 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. */
|
||
/***********************************************************************/
|
||
|
||
void main(void)
|
||
{
|
||
|
||
}
|
branch/leng/sp4c12/sp4c1/sp4c1/sp4c1.c | ||
---|---|---|
/* This file is generated by Renesas Project Generator (Ver.4.18). */
|
||
/* NOTE:THIS IS A TYPICAL EXAMPLE. */
|
||
/***********************************************************************/
|
||
|
||
//importation bibliotheque
|
||
#include "sfr32c87.h"
|
||
#include "uart0.h"
|
||
void main(void)
|
||
{
|
||
|
branch/leng/sp4c12/sp4c1/sp4c1/uart0.c | ||
---|---|---|
/***********************************************************************/
|
||
/* */
|
||
/* FILE :sp4c1.c */
|
||
/* DATE :Wed, Jun 02, 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. */
|
||
/***********************************************************************/
|
||
|
||
//importation bibliotheque
|
||
#include "sfr32c87.h"
|
||
#include "uart0.h"
|
||
/*
|
||
void uart0_init(void)
|
||
{
|
||
|
||
}
|
||
*/
|
||
|
||
void main(void)
|
||
{
|
||
|
||
}
|
Formats disponibles : Unified diff
sp4c1 commit leng ajout uart0.c et uart0.h