From 0947951e15a9ad81a7dea0205141cb73905287fa Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 21 Dec 2020 15:34:36 +0100 Subject: Add initial glass lathe test code --- linz/glasslathe/platformio.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 linz/glasslathe/platformio.ini (limited to 'linz/glasslathe/platformio.ini') diff --git a/linz/glasslathe/platformio.ini b/linz/glasslathe/platformio.ini new file mode 100644 index 0000000..f2cb76e --- /dev/null +++ b/linz/glasslathe/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/TimerOne @ ^1.1 \ No newline at end of file -- cgit v1.2.3