Arduino/platformio.ini

25 lines
633 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:nanoatmega328]
platform = atmelavr
board = nanoatmega328
framework = arduino
build_src_filter =
+<*>
-<.git/>
-<.svn/>
-<blink/>
2023-10-31 12:18:52 +00:00
-<button_interupt/>
-<button_poll/>
2023-10-31 12:18:52 +00:00
-<trafficlight/>
-<summer/>
2023-12-09 10:22:31 +00:00
-<summer_controlled/>
+<uart/>