diff options
Diffstat (limited to 'linz/glasslathe/platformio.ini')
| -rw-r--r-- | linz/glasslathe/platformio.ini | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ | |||
| 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] | ||
| 12 | platform = atmelavr | ||
| 13 | board = nanoatmega328new | ||
| 14 | framework = arduino | ||
| 15 | lib_deps = paulstoffregen/TimerOne @ ^1.1 \ No newline at end of file | ||
