Skip to content

Commit 973c5bc

Browse files
committed
Convert RST to MD
1 parent 4bb4394 commit 973c5bc

File tree

40 files changed

+508
-727
lines changed

40 files changed

+508
-727
lines changed

examples/arduino-blink/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
How to build PlatformIO based project
2+
=====================================
3+
4+
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
5+
2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip)
6+
3. Extract ZIP archive
7+
4. Run these commands:
8+
9+
```shell
10+
# Change directory to example
11+
$ cd platform-espressif32/examples/arduino-blink
12+
13+
# Build project
14+
$ pio run
15+
16+
# Upload firmware
17+
$ pio run --target upload
18+
19+
# Build specific environment
20+
$ pio run -e esp32dev
21+
22+
# Upload firmware for the specific environment
23+
$ pio run -e esp32dev --target upload
24+
25+
# Clean build files
26+
$ pio run --target clean
27+
```

examples/arduino-blink/README.rst

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
How to build PlatformIO based project
2+
=====================================
3+
4+
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
5+
2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip)
6+
3. Extract ZIP archive
7+
4. Run these commands:
8+
9+
```shell
10+
# Change directory to example
11+
$ cd platform-espressif32/examples/arduino-briki-internal-libs
12+
13+
# Build project
14+
$ pio run
15+
16+
# Upload firmware
17+
$ pio run --target upload
18+
19+
# Build specific environment
20+
$ pio run -e briki_abc_esp32
21+
22+
# Upload firmware for the specific environment
23+
$ pio run -e briki_abc_esp32 --target upload
24+
25+
# Clean build files
26+
$ pio run --target clean
27+
```

examples/arduino-briki-internal-libs/README.rst

Lines changed: 0 additions & 38 deletions
This file was deleted.

examples/arduino-wifiscan/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
How to build PlatformIO based project
2+
=====================================
3+
4+
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
5+
2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip)
6+
3. Extract ZIP archive
7+
4. Run these commands:
8+
9+
```shell
10+
# Change directory to example
11+
$ cd platform-espressif32/examples/arduino-wifiscan
12+
13+
# Build project
14+
$ pio run
15+
16+
# Upload firmware
17+
$ pio run --target upload
18+
19+
# Build specific environment
20+
$ pio run -e quantum
21+
22+
# Upload firmware for the specific environment
23+
$ pio run -e quantum --target upload
24+
25+
# Clean build files
26+
$ pio run --target clean
27+
```

examples/arduino-wifiscan/README.rst

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
How to build PlatformIO based project
2+
=====================================
3+
4+
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
5+
2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip)
6+
3. Extract ZIP archive
7+
4. Run these commands:
8+
9+
```shell
10+
# Change directory to example
11+
$ cd platform-espressif32/examples/espidf-arduino-blink
12+
13+
# Build project
14+
$ pio run
15+
16+
# Upload firmware
17+
$ pio run --target upload
18+
19+
# Build specific environment
20+
$ pio run -e esp32dev
21+
22+
# Upload firmware for the specific environment
23+
$ pio run -e esp32dev --target upload
24+
25+
# Clean build files
26+
$ pio run --target clean
27+
```

examples/espidf-arduino-blink/README.rst

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
How to build PlatformIO based project
2+
=====================================
3+
4+
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
5+
2. Download [development platform with examples](https://github.com/platformio/platform-espressif32/archive/develop.zip)
6+
3. Extract ZIP archive
7+
4. Run these commands:
8+
9+
```shell
10+
# Change directory to example
11+
$ cd platform-espressif32/examples/espidf-arduino-wifiscan
12+
13+
# Build project
14+
$ pio run
15+
16+
# Upload firmware
17+
$ pio run --target upload
18+
19+
# Build specific environment
20+
$ pio run -e esp32dev
21+
22+
# Upload firmware for the specific environment
23+
$ pio run -e esp32dev --target upload
24+
25+
# Clean build files
26+
$ pio run --target clean
27+
```

examples/espidf-arduino-wifiscan/README.rst

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)