Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For headings you need to use the hash symbol `#`. # stands for H1, ## for H2 an

We use only two different types of emphasis. When emphasizing singe words we use a double asterisk syntax: `**I am bold**`. This will be rendered as bold text. Italic is not supported.

For important notes we use a tripple asterisk syntax to highlight the complete paragraph `*** Note: This is important! ***`. You can still emphasize single words inside such a block `*** **Note:** This is important! ***`.
For important notes we use a tripple asterisk syntax to highlight the complete paragraph `***Note: This is important!***`. You can still emphasize single words inside such a block by using the underscore syntax `***__Note:__ This is important! ***`.

We use single word emphasis for filenames and for referring to UI elements (e.g. a button label in the Arduino IDE).

Expand Down
2 changes: 1 addition & 1 deletion content/tutorials/portenta-h7/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"content": null,
"pageName": "Portenta H7 Tutorials",
"slug": "portenta-h7",
"tutorials": ["por-ard-gs", "por-ard-dcp"]
"tutorials": ["por-ard-gs", "por-ard-dcp", "por-ard-ap"]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/tutorials/portenta-h7/por-ard-ap/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Here the web page is just a simple HTML page with buttons to toggle the LED stat

![The sequence of actions in the tutorial’s client-server model](assets/por_ard_ap_sketch_explanation.svg?sanitize=true)

*** **Note:** Remember that the built-in RGB LEDs on the Portenta H7 need to be pulled to ground to make them light up. This means that a voltage level of LOW on each of their pins will turn the specific color of the LED on, a voltage level of HIGH will turn them off.***
***Remember that the built-in RGB LEDs on the Portenta H7 need to be pulled to ground to make them light up. This means that a voltage level of __LOW__ on each of their pins will turn the specific color of the LED on, a voltage level of __HIGH__ will turn them off.***

## 3. Create the arduino_secrets.h tab

Expand Down
2 changes: 1 addition & 1 deletion content/tutorials/portenta-h7/por-ard-ap/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"Web Server"
],
"abstract":"In this tutorial you will configure the Portenta H7 as an access point and build a simple web server that will allow you to control the built-in RGB LEDs from your mobile device.",
"previousArticle":"null",
"previousArticle":"por-ard-dcp",
"nextArticle":null
}