Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 458 Bytes

ide.md

File metadata and controls

13 lines (7 loc) · 458 Bytes

PlatformIO

So how does PlatformIO work?

You can create a new project following the welcome page of Visual Studio Code.

PlatformIO Welcome Page

Be sure to select uno as the board. And then you have the following buttons that you can use to compile your code and then upload to the board.

Compile and Upload

Use the following exercise to test your setup.