From 0988bbec7e2a8dfd36108ded1c5821c93b031354 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 27 Dec 2020 12:14:24 +0100 Subject: glasslathe2 (mega 328) version --- linz/glasslathe2/platformio.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 linz/glasslathe2/platformio.ini (limited to 'linz/glasslathe2/platformio.ini') diff --git a/linz/glasslathe2/platformio.ini b/linz/glasslathe2/platformio.ini new file mode 100644 index 0000000..e5eb57b --- /dev/null +++ b/linz/glasslathe2/platformio.ini @@ -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:nanoatmega328new] +platform = atmelavr +board = nanoatmega328new +framework = arduino +lib_deps = paulstoffregen/FrequencyTimer2, Bounce2 \ No newline at end of file -- cgit v1.2.3