co2-detector/platformio.ini
2021-07-14 19:42:59 +02:00

18 lines
509 B
INI

; 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
; nanoatmega328new
[env:arduino]
platform = atmelavr
board = uno
framework = arduino
lib_deps =
adafruit/Adafruit BME280 Library @ ^2.1.2