Table of Contents

Installing Atom with PlatformIO and creating your first project

Source: http://docs.platformio.org/en/latest/ide/atom.html#installation

This tutorial describes how to download and install PlatformIO as an Atom plugin.

Installation

  1. Download and install official GitHub’s Atom text editor. PlatformIO will be installed as a plugin to it. Install Python if not yet installed (Windows)
  2. Open Atom Package Manager (Linux,OS → Menu: Edit > Preferences > Install, Windows → Menu: File > Settings > Install)
  3. Search for official Platformio-ide package
  4. Install PlatformIO IDE
  5. Install clang

PLEASE DO NOT INSTALL CLANG 4.0. PLATFORMIO TEMPORARY SUPPORTS ONLY CLANG 3.9.

If you see Failed to find MSBuild toolsets directory error in the installation console, please ignore it and press any key to close this window. PlatformIO IDE uses only Clang completion engine that should work after it without any problems.

Setting Up the Project

Image needs to be replaced

(If you are having uploading problems with Linux, try sudo chown username /dev/ttyUSB0)