03. Create a New Project - frc2052/2052-LED-Training GitHub Wiki
You can start a new project by following these steps.
- Click the PlatformIO logo in the tabs
- Select "Projects and Configurations"
- Click "Create New Project"

In the window that appears, Give your project a name and select the microcontroller you are using. In this case, ESP32 is selected(this is the board that we use for test rigs and on the robot), but you may be using a different board for your project. When you select a board, a framework may be automatically entered for you, though for ESP32 it should default to arduino. You may elect to keep the default location, or choose a different location. If you are using Git, you may wish to place the project in a folder with your other git projects.