初始版本

This commit is contained in:
xiaozhengsheng
2025-08-19 09:49:41 +08:00
parent 10f1ddf1c1
commit 6df0f7d96e
2974 changed files with 1712873 additions and 54 deletions

12
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"files.associations": {
"nrf_drv_ppi.h": "c",
"drv_saadc.h": "c",
"bsp_btn_ble.h": "c",
"nrf_delay.h": "c",
"timer.h": "c",
"drv_uart.h": "c",
"nrf_drv_saadc.h": "c"
},
"cmake.sourceDirectory": "F:/work/HL-PDJ-1_PelvicFloor/external/mbedtls"
}