Lab_interaccio/2021/DRON-screen/DRON-OSC_Eth1_rf24/platformio.ini

27 lines
711 B
INI
Raw Permalink Normal View History

2025-02-25 21:29:42 +01:00
; 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:adafruit_feather_m0]
;[env:zeroUSB]
platform = atmelsam
board = adafruit_feather_m0
framework = arduino
;debug_tool = jlink
;upload_protocol = sam-ba
; SWD interface
;upload_protocol = jlink
;upload_port = COM[34]
lib_deps =
https://github.com/arduino-libraries/Ethernet
https://github.com/CNMAT/OSC