Skip to content

Commit 2945f88

Browse files
committed
Helper doc for PlatformIO
1 parent d0bce5f commit 2945f88

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/PlatformIO.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# PlatformIO
2+
3+
## Initialize project
4+
5+
### Anet A8
6+
`platformio init -b sanguino_atmega1284p`
7+
8+
## Clean project
9+
10+
`platformio run -e sanguino_atmega1284p -t clean`
11+
12+
## Build project
13+
14+
`platformio run -e sanguino_atmega1284p`
15+
16+
## Upload project
17+
18+
`platformio run -e sanguino_atmega1284p -t upload --upload-port /dev/ttyUSB0`
19+

0 commit comments

Comments
 (0)