Added Koridor MyS

This commit is contained in:
2020-10-04 17:32:53 +03:00
parent 44663201e6
commit 3a9108674d
10 changed files with 356 additions and 4 deletions

16
KorMYS/platformio.ini Normal file
View File

@@ -0,0 +1,16 @@
; 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:uno]
platform = atmelavr
board = uno
framework = arduino
lib_deps = featherfly/SoftwareSerial @ ^1.0
monitor_speed = 115200