arduino-photometrics/platformio.ini
Aurélien Gauthier e6650c66b1 oui
2025-12-10 14:45:05 +01:00

33 lines
733 B
INI
Executable file

; 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:megaADK]
platform = atmelavr
board = megaADK
framework = arduino
test_framework = unity
;upload_port = /dev/ttyACM0
build_flags =
-std=gnu++17
-I lib/
;-D DEBUG
lib_deps =
northernwidget/DS3231@^1.1.2
test_filter =
-<DS3231>
-<Wire>
lib_ldf_mode = deep+
test_lib_deps =
ThrowTheSwitch/Unity@^2.6.0
extra_scripts = pre:test_init.py