diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..25f464c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +STM32_CONTROL/.vscode +STM32_CONTROL/.pio \ No newline at end of file diff --git a/STM32_MD1200_FAN-CONTROL/.gitignore b/STM32_CONTROL/.gitignore similarity index 100% rename from STM32_MD1200_FAN-CONTROL/.gitignore rename to STM32_CONTROL/.gitignore diff --git a/STM32_MD1200_FAN-CONTROL/STM32F103C6T6.jpg b/STM32_CONTROL/STM32F103C6T6.jpg similarity index 100% rename from STM32_MD1200_FAN-CONTROL/STM32F103C6T6.jpg rename to STM32_CONTROL/STM32F103C6T6.jpg diff --git a/STM32_MD1200_FAN-CONTROL/STM32F103C8T6.webp b/STM32_CONTROL/STM32F103C8T6.webp similarity index 100% rename from STM32_MD1200_FAN-CONTROL/STM32F103C8T6.webp rename to STM32_CONTROL/STM32F103C8T6.webp diff --git a/STM32_MD1200_FAN-CONTROL/include/README b/STM32_CONTROL/include/README similarity index 100% rename from STM32_MD1200_FAN-CONTROL/include/README rename to STM32_CONTROL/include/README diff --git a/STM32_MD1200_FAN-CONTROL/lib/README b/STM32_CONTROL/lib/README similarity index 100% rename from STM32_MD1200_FAN-CONTROL/lib/README rename to STM32_CONTROL/lib/README diff --git a/STM32_MD1200_FAN-CONTROL/platformio.ini b/STM32_CONTROL/platformio.ini similarity index 100% rename from STM32_MD1200_FAN-CONTROL/platformio.ini rename to STM32_CONTROL/platformio.ini diff --git a/STM32_MD1200_FAN-CONTROL/src/main.cpp b/STM32_CONTROL/src/main.cpp similarity index 100% rename from STM32_MD1200_FAN-CONTROL/src/main.cpp rename to STM32_CONTROL/src/main.cpp diff --git a/STM32_MD1200_FAN-CONTROL/test/README b/STM32_CONTROL/test/README similarity index 100% rename from STM32_MD1200_FAN-CONTROL/test/README rename to STM32_CONTROL/test/README diff --git a/STM32_MD1200_FAN-CONTROL/versions/main.bck.cpp b/STM32_CONTROL/versions/main.bck.cpp similarity index 100% rename from STM32_MD1200_FAN-CONTROL/versions/main.bck.cpp rename to STM32_CONTROL/versions/main.bck.cpp diff --git a/STM32_MD1200_FAN-CONTROL/versions/main.dht22.cpp b/STM32_CONTROL/versions/main.dht22.cpp similarity index 100% rename from STM32_MD1200_FAN-CONTROL/versions/main.dht22.cpp rename to STM32_CONTROL/versions/main.dht22.cpp diff --git a/STM32_MD1200_FAN-CONTROL/.vscode/extensions.json b/STM32_MD1200_FAN-CONTROL/.vscode/extensions.json deleted file mode 100644 index 080e70d..0000000 --- a/STM32_MD1200_FAN-CONTROL/.vscode/extensions.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - // 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" - ] -} diff --git a/STM32_MD1200_FAN-CONTROL/other/_devils_boot_AKAcommands.md b/_devils_boot_AKAcommands.md similarity index 100% rename from STM32_MD1200_FAN-CONTROL/other/_devils_boot_AKAcommands.md rename to _devils_boot_AKAcommands.md diff --git a/STM32_MD1200_FAN-CONTROL/other/info.md b/info.md similarity index 100% rename from STM32_MD1200_FAN-CONTROL/other/info.md rename to info.md diff --git a/STM32_MD1200_FAN-CONTROL/other/links.md b/links.md similarity index 100% rename from STM32_MD1200_FAN-CONTROL/other/links.md rename to links.md diff --git a/STM32_MD1200_FAN-CONTROL/other/outputs.md b/outputs.md similarity index 100% rename from STM32_MD1200_FAN-CONTROL/other/outputs.md rename to outputs.md