add keypad module, fix keys gpio define

This commit is contained in:
Sheikah
2023-01-24 00:44:56 +08:00
parent df4db6d8c4
commit 22f90eb896
9 changed files with 154 additions and 32 deletions

View File

@@ -2,6 +2,9 @@
"C_Cpp.errorSquiggles": "disabled",
"files.associations": {
"KT0915.C": "cpp",
"tim.h": "c"
"tim.h": "c",
"compare": "c",
"type_traits": "c",
"gpio.h": "c"
}
}