提交按键库例程

This commit is contained in:
2025-12-29 19:10:44 +08:00
parent 17d380e709
commit c040394bfd
48 changed files with 10317 additions and 0 deletions

23
2gpio-lib/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,23 @@
{
"files.associations": {
"rcc.h": "c",
"gpio.h": "c",
"rcc_common_all.h": "c",
"main.h": "c",
"flash.h": "c",
"stdint.h": "c",
"systick.h": "c",
"scb.h": "c",
"nvic.h": "c",
"gpio_common_f24.h": "c",
"gpio_common_f234.h": "c",
"gpio_common_all.h": "c",
"pwr.h": "c",
"common.h": "c"
},
"Codegeex.Chat.fontSize": 18,
"Codegeex.RepoIndex": true,
"C_Cpp.default.compilerPath": "/home/time/doc/mybin/arm-none-eabi/bin/arm-none-eabi-gcc",
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
"C_Cpp.default.compileCommands": "${workspaceFolder}/compile_commands.json"
}