summaryrefslogtreecommitdiffstats
path: root/linz/glasslathe2/platformio.ini
diff options
context:
space:
mode:
Diffstat (limited to 'linz/glasslathe2/platformio.ini')
-rw-r--r--linz/glasslathe2/platformio.ini15
1 files changed, 15 insertions, 0 deletions
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 @@
1; PlatformIO Project Configuration File
2;
3; Build options: build flags, source filter
4; Upload options: custom upload port, speed and extra flags
5; Library options: dependencies, extra library storages
6; Advanced options: extra scripting
7;
8; Please visit documentation for the other options and examples
9; https://docs.platformio.org/page/projectconf.html
10
11[env:nanoatmega328new]
12platform = atmelavr
13board = nanoatmega328new
14framework = arduino
15lib_deps = paulstoffregen/FrequencyTimer2, Bounce2 \ No newline at end of file