Lab_interaccio/2018/LLAC-RX-Neopixel_Sublime/platformio.ini

19 lines
656 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]
platform = atmelsam
board = adafruit_feather_m0
debug_tool = jlink
framework = arduino
lib_extra_dirs = C:\Users\m_a_d\Dropbox\Arduino FIRMWARE\libraries
[platformio]
src_dir = C:\Users\m_a_d\Dropbox\Arduino FIRMWARE\2018\LLAC-RX-Neopixel_Sublime