Files
ABW-DEFIB2/platformio.ini
Cynopolis 0f3a19f653 Enabled LCD Output
Added support for an I2C LCD to be used with the project. The LCD can be driven directly by the data lines
2021-10-28 20:49:49 -05:00

19 lines
533 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
; https://docs.platformio.org/page/projectconf.html
[env:due]
platform = atmelsam
board = due
framework = arduino
monitor_speed = 115200
lib_deps =
paulstoffregen/Encoder@^1.4.1
marcoschwartz/LiquidCrystal_I2C@^1.1.4