Merge pull request #1 from g7uhn/development

added platformio.ini
pull/11/head^2
Andy Webster 2020-10-17 15:34:35 +01:00 zatwierdzone przez GitHub
commit 52fee7e748
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 22 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,22 @@
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:nanoatmega328new]
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