From 2c13fe0e880f89df5d348475d7f300b1455fccc5 Mon Sep 17 00:00:00 2001 From: TaddyHC Date: Thu, 2 Nov 2023 11:21:33 -0600 Subject: [PATCH 1/2] User manual graphics bug patch --- ..._blink.gif => portentaHATcarrier_helloWorld.gif} | Bin .../tutorials/user-manual/content.md | 2 -- 2 files changed, 2 deletions(-) rename content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/assets/{portentaHATcarrier_blink.gif => portentaHATcarrier_helloWorld.gif} (100%) diff --git a/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/assets/portentaHATcarrier_blink.gif b/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/assets/portentaHATcarrier_helloWorld.gif similarity index 100% rename from content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/assets/portentaHATcarrier_blink.gif rename to content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/assets/portentaHATcarrier_helloWorld.gif diff --git a/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md b/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md index cc7835d7e5..c0b09b6aca 100644 --- a/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md +++ b/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md @@ -522,8 +522,6 @@ void loop() { After successfully uploading the sketch, the user-configurable LED will start blinking. The following clip illustrates the expected LED blink pattern. -![Portenta Hat Carrier Hello World Blink](assets/portentaHATcarrier_blink.gif) - Please check out the following documentation to learn more about each board and maximize its potential when paired with the Portenta Hat Carrier: - [Portenta C33 user manual](https://docs.arduino.cc/tutorials/portenta-c33/user-manual). From 863cb8b64e76331408fdd63fba3f2e77e743c2e5 Mon Sep 17 00:00:00 2001 From: TaddyHC Date: Thu, 2 Nov 2023 11:44:16 -0600 Subject: [PATCH 2/2] User manual graphics bug patch --- .../portenta-hat-carrier/tutorials/user-manual/content.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md b/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md index c0b09b6aca..2a1edc1a67 100644 --- a/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md +++ b/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md @@ -522,6 +522,8 @@ void loop() { After successfully uploading the sketch, the user-configurable LED will start blinking. The following clip illustrates the expected LED blink pattern. +![Portenta Hat Carrier Hello World Blink](assets/portentaHATcarrier_helloWorld.gif) + Please check out the following documentation to learn more about each board and maximize its potential when paired with the Portenta Hat Carrier: - [Portenta C33 user manual](https://docs.arduino.cc/tutorials/portenta-c33/user-manual).