25 lines
644 B
INI
25 lines
644 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
|
||
|
; http://docs.platformio.org/page/projectconf.html
|
||
|
|
||
|
[env:uno]
|
||
|
platform = atmelavr
|
||
|
board = uno
|
||
|
framework = arduino
|
||
|
monitor_speed = 57600
|
||
|
|
||
|
;[env:leonardo]
|
||
|
;platform = atmelavr
|
||
|
;board = leonardo
|
||
|
;framework = arduino
|
||
|
|
||
|
lib_deps =
|
||
|
https://github.com/adafruit/Adafruit_NeoPixel
|
||
|
https://github.com/adafruit/RTClib
|