long ir learner

This commit is contained in:
Siwat Sirichai 2023-11-06 00:10:00 +07:00
parent abeaf96288
commit 75967bf1b3
10 changed files with 235 additions and 0 deletions

10
IRLearner/.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"
]
}