Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Referenced library wrapper #72

Merged
merged 9 commits into from
Feb 10, 2021
Merged

Referenced library wrapper #72

merged 9 commits into from
Feb 10, 2021

Conversation

marqdevx
Copy link
Member

@marqdevx marqdevx commented Feb 5, 2021

No description provided.

@marqdevx marqdevx changed the title Referenced Tutorials' wrapper Referenced library wrapper Feb 5, 2021
@@ -26,6 +26,9 @@ Let's program the Portenta with a sketch. We will also define a few helper funct
* Create a new sketch named `FlashKeyValue.ino`
* Create a new file named `FlashIAPLimits.h` to store the helper functions in a reusable file.

**Note:** Finished sketch its inside the tutorials library wrapper at:
*Examples -> Arduino_Pro_Tutorials -> Storage -> Creating a Flash-Optimised Key-Value Store -> FlashKeyValueStore*
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@marqdevx Why is this one in a storage folder? It's the only example that cannot be found directly by looking up the tutorial name.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -35,6 +35,8 @@ Begin by plugging in your Portenta board to your computer using a USB-C cable an
## 2. Create the Web Server Sketch
Next we need to create a web server sketch that will handle the HTTP GET requests and provide the client devices with the HTML web page. The [Wifi.h](https://www.arduino.cc/en/Reference/WiFi) library provides all necessary methods that allows Arduino boards to use their WiFi features provided by the on-board WiFi module. To set up the web server copy the following code, paste it into a new sketch file and name it **simpleWebServer.ino**.

**Note:** You can access the final sketch inside the library: *Examples -> Arduino_Pro_Tutorials -> Portenta H7 as a WiFi Access Point -> simpleWebServer*
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@marqdevx simpleWebServer should be SimpleWebServer because the folder name is camel case too.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@marqdevx marqdevx requested a review from sebromero February 10, 2021 10:56
Copy link
Collaborator

@sebromero sebromero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@marqdevx marqdevx merged commit 86ef379 into main Feb 10, 2021
@marqdevx marqdevx deleted the Reference-Tutorials-Wrapper branch February 10, 2021 13:23
marqdevx added a commit that referenced this pull request Apr 8, 2021
* Create content.md

* Reference wrapper, changed name of the sketches

* Added Reference to the library wrapper
* Algined names of the sketches with the ones in the Library wrapper

* Reference library wrapper

* Reference library wrapper

* Reference Tutorials wrapper

* Reference library wrapper

* Update content/tutorials/portenta-h7/por-ard-gs/content.md

Co-authored-by: Sebastian Romero <[email protected]>

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Sebastian Romero <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants