You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mbed] <projects directory>/mbed-os now set as global MBED_OS_DIR
227
228
$ mbed new project1
229
+
[mbed] Creating new program "project1" (git)
228
230
$ mbed new project2
231
+
[mbed] Creating new program "project2" (git)
229
232
```
230
233
231
-
Add your `main.cpp` file and other project files to the `project1` and `project2` directories. Then compile each project with the same Mbed OS source directory from the `<projects directory>` directory with the following example commands:
234
+
Add your `main.cpp` file and other project files to the `project1` and `project2` directories. Then compile each project from the root `<projects directory>` with the following example commands:
0 commit comments