Skip to content

Commit 157d26c

Browse files
committed
example:gpio-blink: Fix readme file formatting
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent b12ebeb commit 157d26c

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

examples/gpio-blink/readme.rst

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,20 @@ How to build
44
1. Install `Visual Studio Code <https://code.visualstudio.com/>`_
55
2. Install `PlatformIO Extension for VSCode <https://platformio.org/platformio-ide>`_
66
3. Install SiWi GSM Platform:
7-
* Open PlatformIO Home
8-
* Go to Platforms -> Advanced Installation
9-
* Paste repository link https://github.com/siwiembedded/platform-siwigsm.git
10-
* Click Install
7+
8+
* Open PlatformIO Home
9+
* Go to Platforms -> Advanced Installation
10+
* Paste repository link https://github.com/siwiembedded/platform-siwigsm.git
11+
* Click Install
12+
1113
4. Download and Extract examples from github https://github.com/siwiembedded/siwigsm/archive/master.zip
12-
5. Extract and Open example folder with _VSCode_
14+
5. Extract and Open example folder with *VSCode*
1315
6. Run following command:
16+
1417
.. code-block:: bash
15-
# Build Project
16-
$ platformio run
17-
18-
# Upload Project
19-
$ platformio run --target upload
18+
19+
# Build Project
20+
$ platformio run
21+
22+
# Upload Project
23+
$ platformio run --target upload

0 commit comments

Comments
 (0)