Files
ABW-DEFIB2/platformio.ini
Cynopolis f6453e4ab4 Got rid of waveform select feature
Waveform select feature is no longer needed since we've settled on a given waveform.
2021-10-28 18:37:00 -05:00

18 lines
493 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