Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBeneteau committed Nov 7, 2024
1 parent 556b5d3 commit 9c30a7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/docs/firmware/project-structure/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ In this tutorial, we will __recreate the Blink project from scratch__ for multip

## Prepare the project folder

All projects are stored under the `projects/` directory and each project has its own folder. For example, the `FrontController` project is stored at `projects/FrontController/`.

Similarly, all demo projects are stored under `projects/Demo/`. For example, the `Blink` project is stored at `projects/Demo/Blink/`.
All projects are stored under the `projects/` directory, with each project organized in its own folder. Projects can also be grouped into subfolders for better organization. For example, the `FrontController` project is stored at `projects/FrontController/`, while demo projects can be grouped under `projects/Demo/`, such as the `Blink` project stored at `projects/Demo/Blink/`.

1. Create a new folder to hold the project at `projects/MyBlink`.

Expand Down

0 comments on commit 9c30a7b

Please sign in to comment.