1 parent cdc7fbd commit a6f1665Copy full SHA for a6f1665
2 files changed
.gitignore
@@ -2,5 +2,4 @@
2
.vscode/.browse.c_cpp.db*
3
.vscode/c_cpp_properties.json
4
.vscode/launch.json
5
-.vscode/ipch
6
-platformio.ini
+.vscode/ipch
platformio.ini
@@ -0,0 +1,15 @@
1
+; 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
7
8
+; Please visit documentation for the other options and examples
9
+; https://docs.platformio.org/page/projectconf.html
10
+
11
+[env:uno]
12
+platform = atmelavr
13
+board = uno
14
+framework = arduino
15
+monitor_speed = 115200
0 commit comments