Skip to content

Pro Tutorial Folders Rename QA [PC-905] #238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../portenta-h7/tutorials/ble-connectivity
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../portenta-h7/tutorials/dual-core-processing
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../portenta-h7/tutorials/flash-optimized-key-value-storage
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../portenta-h7/tutorials/getting-started-openmv-micropython
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../portenta-h7/tutorials/lauterbach-debugger

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../portenta-h7/tutorials/reading-writing-flash-memory
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../portenta-h7/tutorials/setting-up-portenta
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../portenta-h7/tutorials/usb-host
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../portenta-h7/tutorials/wifi-access-point
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../portenta-h7/tutorials/dual-core-processing
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../portenta-h7/tutorials/flash-optimized-key-value-storage
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../portenta-h7/tutorials/getting-started-openmv-micropython
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../portenta-h7/tutorials/lauterbach-debugger

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../portenta-h7/tutorials/reading-writing-flash-memory
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../portenta-h7/tutorials/setting-up-portenta
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../../portenta-h7/tutorials/usb-host
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To best illustrate the idea of dual core processing, you will be running two sep
### 1. The Basic Setup
Begin by plugging-in your Portenta board to your computer using an appropriate USB-C cable and have the  Arduino IDE or the Arduino Pro IDE  open. If this is your first time running Arduino sketch files on the board, we suggest you check out how to [Setting Up Portenta H7 For Arduino](por-ard-gs) before you proceed.

![A Basic setup of the board attached to your computer](../por-ard-gs/assets/por_ard_gs_basic_setup.svg)
![A Basic setup of the board attached to your computer](../setting-up-portenta/assets/por_ard_gs_basic_setup.svg)

**Note:** You can access the examples from the tutorials library once it's installed: **Examples > Arduino_Pro_Tutorials > Dual Core Processing**

Expand Down