[+] Taiko project

This commit is contained in:
Hykilpikonna
2023-04-20 19:56:11 -04:00
parent 4e13403f30
commit 3bda0da19c
2 changed files with 18 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
.pio
CMakeListsPrivate.txt
cmake-build-*/
.idea
+14
View File
@@ -0,0 +1,14 @@
; 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:nanoatmega328new]
platform = atmelavr
board = nanoatmega328new
framework = arduino