From c1e852263b49e4eb79a151d7fff9f1e4828a04f4 Mon Sep 17 00:00:00 2001 From: sunbeam Date: Sat, 21 Jun 2025 13:50:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Uart2CanDiag/Uart2CanDiagApp.c | 0 .../Uart2CanDiag/Uart2CanDiagApp.h | 36 ++++++++++++++++ ASW/UartDiagApp/ud_66.c | 41 +++++++++++++++++++ ASW/UartDiagApp/ud_66.h | 36 ++++++++++++++++ 4 files changed, 113 insertions(+) create mode 100644 ASW/UartDiagApp/Uart2CanDiag/Uart2CanDiagApp.c create mode 100644 ASW/UartDiagApp/Uart2CanDiag/Uart2CanDiagApp.h create mode 100644 ASW/UartDiagApp/ud_66.c create mode 100644 ASW/UartDiagApp/ud_66.h 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