32 lines
665 B
INI
32 lines
665 B
INI
#
|
|
# Project Configuration File
|
|
#
|
|
# A detailed documentation with the EXAMPLES is located here:
|
|
# http://docs.platformio.org/en/latest/projectconf.html
|
|
#
|
|
|
|
# A sign `#` at the beginning of the line indicates a comment
|
|
# Comment lines are ignored.
|
|
|
|
# Simple and base environment
|
|
# [env:mybaseenv]
|
|
# platform = %INSTALLED_PLATFORM_NAME_HERE%
|
|
# framework =
|
|
# board =
|
|
#
|
|
# Automatic targets - enable auto-uploading
|
|
# targets = upload
|
|
|
|
[platformio]
|
|
src_dir = src
|
|
|
|
[env:uno]
|
|
platform = atmelavr
|
|
framework = arduino
|
|
board = uno
|
|
lib_install = 19, 54, 252, 536
|
|
|
|
# [ 19 ] Adafruit-DHT
|
|
# [ 54 ] DallasTemperature
|
|
# [ 252 ] JeeLib
|
|
# [ 536 ] https://github.com/LowPowerLab/SI7021 |