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
228
+
$ mbed new project1
229
+
[mbed] Creating new program "project1" (git)
230
+
$ mbed new project2
231
+
[mbed] Creating new program "project2" (git)
232
+
```
233
+
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