Skip to content

Commit a6f1665

Browse files
committed
turns out you need a platformio file :O
1 parent cdc7fbd commit a6f1665

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
.vscode/.browse.c_cpp.db*
33
.vscode/c_cpp_properties.json
44
.vscode/launch.json
5-
.vscode/ipch
6-
platformio.ini
5+
.vscode/ipch

platformio.ini

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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:uno]
12+
platform = atmelavr
13+
board = uno
14+
framework = arduino
15+
monitor_speed = 115200

0 commit comments

Comments
 (0)