4
0
Fork 0
mirror of https://github.com/zzzzDev4/IAS-Better-Tea.git synced 2025-05-06 02:35:15 +00:00

Project setup (Display, Servo, TouchBtn)

This commit is contained in:
zzzz 2024-04-25 22:41:36 +02:00
commit e75dc39664
10 changed files with 262 additions and 0 deletions

10
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}