增加文件
This commit is contained in:
parent
e119111ae0
commit
c1e852263b
0
ASW/UartDiagApp/Uart2CanDiag/Uart2CanDiagApp.c
Normal file
0
ASW/UartDiagApp/Uart2CanDiag/Uart2CanDiagApp.c
Normal file
36
ASW/UartDiagApp/Uart2CanDiag/Uart2CanDiagApp.h
Normal file
36
ASW/UartDiagApp/Uart2CanDiag/Uart2CanDiagApp.h
Normal file
@ -0,0 +1,36 @@
|
||||
#ifndef __UART2CANDIAGAPP_H__
|
||||
#define __UART2CANDIAGAPP_H__
|
||||
|
||||
/*******************************************************************************
|
||||
* the includes
|
||||
******************************************************************************/
|
||||
#include <stdint.h>
|
||||
|
||||
/*******************************************************************************
|
||||
* the defines
|
||||
******************************************************************************/
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
* the typedefs
|
||||
******************************************************************************/
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
* the globals
|
||||
******************************************************************************/
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
* the functions
|
||||
******************************************************************************/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
41
ASW/UartDiagApp/ud_66.c
Normal file
41
ASW/UartDiagApp/ud_66.c
Normal file
@ -0,0 +1,41 @@
|
||||
/*******************************************************************************
|
||||
* the includes
|
||||
******************************************************************************/
|
||||
#include "ud_66.h"
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
* the defines
|
||||
******************************************************************************/
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
* the typedefs
|
||||
******************************************************************************/
|
||||
typedef enum
|
||||
{
|
||||
CMD66_CFG,//配置P
|
||||
|
||||
CMD66_NUM,
|
||||
} CMD66_type;
|
||||
|
||||
/*******************************************************************************
|
||||
* the globals
|
||||
******************************************************************************/
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
* the const
|
||||
******************************************************************************/
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
* the functions
|
||||
******************************************************************************/
|
||||
|
||||
|
||||
|
||||
|
36
ASW/UartDiagApp/ud_66.h
Normal file
36
ASW/UartDiagApp/ud_66.h
Normal file
@ -0,0 +1,36 @@
|
||||
#ifndef __UD_66_H__
|
||||
#define __UD_66_H__
|
||||
|
||||
/*******************************************************************************
|
||||
* the includes
|
||||
******************************************************************************/
|
||||
#include <stdint.h>
|
||||
|
||||
/*******************************************************************************
|
||||
* the defines
|
||||
******************************************************************************/
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
* the typedefs
|
||||
******************************************************************************/
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
* the globals
|
||||
******************************************************************************/
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
* the functions
|
||||
******************************************************************************/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user