Lab_interaccio/2017/Bestue/platformio.ini
Miguel Angel de Heras 451795bb92 Second commit
2025-03-05 15:57:19 +01:00

25 lines
620 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