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