led-board v1.0

This commit is contained in:
2021-03-18 21:15:12 +01:00
parent 65c9807cac
commit d0df1d9353
15 changed files with 3609 additions and 2807 deletions

17
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "PlatformIO",
"task": "Build",
"problemMatcher": [
"$platformio"
],
"group": {
"kind": "build",
"isDefault": true
},
"label": "PlatformIO: Build"
}
]
}