added chapter 3 and refactor of chapter 1 and chapter 2

This commit is contained in:
Kevin Thomas
2023-10-15 13:12:32 -04:00
parent 94db311031
commit 36e5ee731b
24 changed files with 8130 additions and 362 deletions
+7 -8
View File
@@ -1,10 +1,9 @@
{
// 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"
]
"recommendations": [
"marus25.cortex-debug",
"ms-vscode.cmake-tools",
"ms-vscode.cpptools",
"ms-vscode.cpptools-extension-pack",
"ms-vscode.vscode-serial-monitor"
]
}