Rebuild for PlatformIO

This commit is contained in:
2023-10-23 22:38:25 +02:00
parent c2cc7a0c06
commit 81a1bdbcc5
4 changed files with 208 additions and 186 deletions
+5
View File
@@ -0,0 +1,5 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
+10
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"
]
}
+7
View File
@@ -0,0 +1,7 @@
[env:nanoatmega328]
platform = atmelavr
board = nanoatmega328
framework = arduino
lib_deps =
olikraus/U8g2@^2.28.10
https://gogs.batssoft.nl/Michel/arduino-library-er1400.git
View File