Arduino PlatformIO project: skeleton embedded application
- Create a directory where your Eclipse Workspace will be stored and where this project shall be cloned into. E.g.
C:\git\platformio-projects - Clone this repository recursively into the folder ou created before,
git clone --recursive git@github.com:dniklaus/wiring-blink.git - Open a command shell in the just cloned project folder, i.e in
C:\git\platformio-projects\wiring-blink - Run the command
pio init -b huzzah --ide eclipse - Run the command
pio run
- Open Eclipse CDT, as workspace choose the folder you created before, i.e
C:\git\platformio-projects - Import the project with File->Import->General->Existing Projects into Workspace, choose the
wiring-blink(i.eC:\git\platformio-projects\wiring-blink)