-
-
Notifications
You must be signed in to change notification settings - Fork 8
Referenced library wrapper #72
Conversation
* Added Reference to the library wrapper * Algined names of the sketches with the ones in the Library wrapper
@@ -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* |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed here arduino-libraries/Arduino_Pro_Tutorials#1
@@ -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* |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed here: arduino-libraries/Arduino_Pro_Tutorials#1
Co-authored-by: Sebastian Romero <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* 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]>
No description provided.