From aa38e5c1f48e31213ee349aa5cd6f06c85bda70d Mon Sep 17 00:00:00 2001
From: android <android@lingyun.com>
Date: Tue, 25 Jun 2024 21:49:39 +0800
Subject: [PATCH] Add GD32F103RCT6 ADC converter board SDK source code

---
 mcu_sdk/gd32f103/rk_eFire/App/Inc/app.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/mcu_sdk/gd32f103/rk_eFire/App/Inc/app.h b/mcu_sdk/gd32f103/rk_eFire/App/Inc/app.h
new file mode 100644
index 0000000..f30d153
--- /dev/null
+++ b/mcu_sdk/gd32f103/rk_eFire/App/Inc/app.h
@@ -0,0 +1,7 @@
+#ifndef __APP_H__
+#define __APP_H__
+
+int8_t Board_USART_Process(void);
+void ADC_Sample(void);
+
+#endif /*End of __APP_H__ */

--
Gitblit v1.9.1