steering-wheel/platformio.ini

24 lines
600 B
INI
Raw Normal View History

; 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]
platform = atmelsam
board = due
framework = arduino
2021-07-18 22:32:33 +02:00
lib_deps =
sebnil/DueFlashStorage@^1.0.0
thomasfredericks/Bounce2@^2.60
[env:combustion]
src_filter = +<*> -<18estw.cpp>
[env:electric]
src_filter = +<*> -<18stw.cpp>