增加文件

This commit is contained in:
sunbeam 2025-06-21 13:50:24 +08:00
parent e119111ae0
commit c1e852263b
4 changed files with 113 additions and 0 deletions

View 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
View 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
View 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