initialer comit files

This commit is contained in:
2022-10-31 12:30:34 +01:00
parent 30dd829f2a
commit 66eed20551
14 changed files with 414 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
; 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
lib_deps = nrf24/RF24@^1.4.5