50 lines
1.2 KiB
INI
50 lines
1.2 KiB
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
|
||
|
|
||
|
[env:pro16MHzatmega328]
|
||
|
platform = atmelavr
|
||
|
board = pro16MHzatmega328
|
||
|
framework = arduino
|
||
|
|
||
|
monitor_speed = 9600
|
||
|
|
||
|
lib_deps =
|
||
|
# Using library Id
|
||
|
28
|
||
|
# Using library Name
|
||
|
Adafruit NeoPixel
|
||
|
# Depend on specific version
|
||
|
Adafruit NeoPixel@1.3.5
|
||
|
# Semantic Versioning Rules
|
||
|
Adafruit NeoPixel@^1.3.5
|
||
|
Adafruit NeoPixel@~1.3.5
|
||
|
Adafruit NeoPixel@>=1.3.5
|
||
|
|
||
|
# Using library Id
|
||
|
89
|
||
|
# Using library Name
|
||
|
PubSubClient
|
||
|
# Depend on specific version
|
||
|
PubSubClient@2.7
|
||
|
# Semantic Versioning Rules
|
||
|
PubSubClient@^2.7
|
||
|
PubSubClient@~2.7
|
||
|
PubSubClient@>=2.7
|
||
|
|
||
|
# Using library Id
|
||
|
129
|
||
|
# Using library Name
|
||
|
Encoder
|
||
|
# Depend on specific version
|
||
|
Encoder@1.4.1
|
||
|
# Semantic Versioning Rules
|
||
|
Encoder@^1.4.1
|
||
|
Encoder@~1.4.1
|
||
|
Encoder@>=1.4.1
|