From d7e97731d87e5f5550b8c8f22a7f17e9ad7523fa Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 25 Feb 2016 02:38:06 +0200 Subject: [PATCH] Minor updates to docs --- docs/what-is-platformio.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/what-is-platformio.rst b/docs/what-is-platformio.rst index 3ac16524..799cb6ec 100644 --- a/docs/what-is-platformio.rst +++ b/docs/what-is-platformio.rst @@ -19,7 +19,7 @@ What is PlatformIO? Press about PlatformIO ---------------------- -"Different microcontrollers normally have different developing tools [*]_. +"Different microcontrollers normally have different developing tools . For instance Arduino rely on Arduino IDE. Few more advanced users set up different graphical interfaces like Eclipse for better project management. Sometimes it may be hard to keep up with different microcontrollers and tools. You @@ -35,7 +35,8 @@ work in organizing and managing hundreds of libraries that can be included in to your project. Also lots of examples allow you to start developing quickly. PlatformIO initially was developed with Command line philosophy. It’s been successfully used with other IDE’s like Eclipse or Visual Studio. -Recently they’ve released a version with built in IDE based on Atom text editor". +Recently they’ve released a version with built in IDE based on Atom text editor", - +[Embedds]_. Problematic ----------- @@ -72,7 +73,8 @@ boards and MCUs. To keep things short: PlatformIO supports approximately 200 `Embedded Boards `_ and all major :ref:`Development Platforms `. -PlatformIO allows users to: +User SHOULD have a choise +------------------------- * Decide which operation system they want to run development process on. You can even use one OS at home and another at work. @@ -95,4 +97,4 @@ the project developed using PlatformIO is as follows: and uploaded to all the boards of interest. -.. [*] Embedds.com: `Develop easier with PlatformIO ecosystem `_ \ No newline at end of file +.. [Embedds] Embedds.com: `Develop easier with PlatformIO ecosystem `_ \ No newline at end of file