diff --git a/ASW/UartDiagApp/Uart2CanDiag/Uart2CanDiagApp.c b/ASW/UartDiagApp/Uart2CanDiag/Uart2CanDiagApp.c new file mode 100644 index 0000000..e69de29 diff --git a/ASW/UartDiagApp/Uart2CanDiag/Uart2CanDiagApp.h b/ASW/UartDiagApp/Uart2CanDiag/Uart2CanDiagApp.h new file mode 100644 index 0000000..deaa883 --- /dev/null +++ b/ASW/UartDiagApp/Uart2CanDiag/Uart2CanDiagApp.h @@ -0,0 +1,36 @@ +#ifndef __UART2CANDIAGAPP_H__ +#define __UART2CANDIAGAPP_H__ + +/******************************************************************************* +* the includes +******************************************************************************/ +#include + +/******************************************************************************* +* the defines +******************************************************************************/ + + + +/******************************************************************************* +* the typedefs +******************************************************************************/ + + + +/******************************************************************************* +* the globals +******************************************************************************/ + + + +/******************************************************************************* +* the functions +******************************************************************************/ + + + + + + +#endif diff --git a/ASW/UartDiagApp/ud_66.c b/ASW/UartDiagApp/ud_66.c new file mode 100644 index 0000000..fb8cdbe --- /dev/null +++ b/ASW/UartDiagApp/ud_66.c @@ -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 +******************************************************************************/ + + + + diff --git a/ASW/UartDiagApp/ud_66.h b/ASW/UartDiagApp/ud_66.h new file mode 100644 index 0000000..2f6dc9a --- /dev/null +++ b/ASW/UartDiagApp/ud_66.h @@ -0,0 +1,36 @@ +#ifndef __UD_66_H__ +#define __UD_66_H__ + +/******************************************************************************* +* the includes +******************************************************************************/ +#include + +/******************************************************************************* +* the defines +******************************************************************************/ + + + +/******************************************************************************* +* the typedefs +******************************************************************************/ + + + +/******************************************************************************* +* the globals +******************************************************************************/ + + + +/******************************************************************************* +* the functions +******************************************************************************/ + + + + + + +#endif