From 3bda0da19cbe7c4c2f4b01f40215a6fd53809fed Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Thu, 20 Apr 2023 19:56:11 -0400 Subject: [PATCH] [+] Taiko project --- taiko/.gitignore | 4 ++++ taiko/platformio.ini | 14 ++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 taiko/.gitignore create mode 100644 taiko/platformio.ini diff --git a/taiko/.gitignore b/taiko/.gitignore new file mode 100644 index 0000000..bc6592a --- /dev/null +++ b/taiko/.gitignore @@ -0,0 +1,4 @@ +.pio +CMakeListsPrivate.txt +cmake-build-*/ +.idea \ No newline at end of file diff --git a/taiko/platformio.ini b/taiko/platformio.ini new file mode 100644 index 0000000..8ba220f --- /dev/null +++ b/taiko/platformio.ini @@ -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