From cdefe76e41af87e6fe8cb2640e9c9d32a3f692d9 Mon Sep 17 00:00:00 2001 From: "lxbpxylps@126.com" Date: Tue, 12 Oct 2021 08:58:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=90=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=20SoftSPI=5FHAL=5FLib?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 3 +++ Libraries/SoftSPI_HAL_Lib | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 Libraries/SoftSPI_HAL_Lib diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e956f73 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Libraries/SoftSPI_HAL_Lib"] + path = Libraries/SoftSPI_HAL_Lib + url = https://hub.akashic.cc/GML-Group/SoftSPI_HAL_Lib.git diff --git a/Libraries/SoftSPI_HAL_Lib b/Libraries/SoftSPI_HAL_Lib new file mode 160000 index 0000000..645e976 --- /dev/null +++ b/Libraries/SoftSPI_HAL_Lib @@ -0,0 +1 @@ +Subproject commit 645e976d42783ba608ec5c14cdc3cfbf16427a04