Merge pull request #2 from g7uhn/development

platformIO housekeeping
pull/11/head^2
Andy Webster 2020-10-17 16:14:07 +01:00 zatwierdzone przez GitHub
commit f5eb31c955
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
4 zmienionych plików z 17 dodań i 8 usunięć

5
Arduino/.gitignore vendored 100644
Wyświetl plik

@ -0,0 +1,5 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch

Wyświetl plik

@ -0,0 +1,7 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
}

Wyświetl plik

@ -0,0 +1 @@
Folder required for PlatformIO to stop complaining at me...

Wyświetl plik

@ -12,11 +12,7 @@
platform = atmelavr
board = nanoatmega328new
framework = arduino
lib_deps =
# RECOMMENDED
# Accept new functionality in a backwards compatible manner and patches
adafruit/Adafruit GFX Library @ ^1.10.1
# RECOMMENDED
# Accept new functionality in a backwards compatible manner and patches
adafruit/Adafruit PCD8544 Nokia 5110 LCD library @ ^1.2.0
lib_deps =
adafruit/Adafruit GFX Library @ ^1.10.1
adafruit/Adafruit PCD8544 Nokia 5110 LCD library @ ^1.2.0
adafruit/Adafruit BusIO @ ^1.5.0