From cde48e0e17f17035796e946abf3c05a7c5247cbc Mon Sep 17 00:00:00 2001 From: marqdevx Date: Thu, 23 Feb 2023 10:29:55 +0100 Subject: [PATCH 1/5] Fix `contributeURL` parameter --- .../micropython-installation/micropython-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/generic/micropython-installation/micropython-installation.md b/content/tutorials/generic/micropython-installation/micropython-installation.md index 6b61d7feeb..5d8e7bfbd8 100644 --- a/content/tutorials/generic/micropython-installation/micropython-installation.md +++ b/content/tutorials/generic/micropython-installation/micropython-installation.md @@ -11,7 +11,7 @@ hardware: - hardware/04.pro/boards/portenta-h7 software: - ide-v2 -contributeURL: "content/tutorials/generic" +contributeURL: content/tutorials/generic author: "Jacob Hylén" --- ## Introduction From 7f1ba94176bd40a9ef2f07ef3e837093bd63d9d6 Mon Sep 17 00:00:00 2001 From: marqdevx Date: Thu, 23 Feb 2023 11:27:13 +0100 Subject: [PATCH 2/5] test --- .../micropython-installation/micropython-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/generic/micropython-installation/micropython-installation.md b/content/tutorials/generic/micropython-installation/micropython-installation.md index 5d8e7bfbd8..383e4e081f 100644 --- a/content/tutorials/generic/micropython-installation/micropython-installation.md +++ b/content/tutorials/generic/micropython-installation/micropython-installation.md @@ -11,8 +11,8 @@ hardware: - hardware/04.pro/boards/portenta-h7 software: - ide-v2 -contributeURL: content/tutorials/generic author: "Jacob Hylén" +contributeURL: content/tutorials/generic --- ## Introduction From 5926107401d7807812953e3efa66a963904b81a7 Mon Sep 17 00:00:00 2001 From: marqdevx Date: Mon, 27 Feb 2023 15:09:53 +0100 Subject: [PATCH 3/5] Remove unused metadata tag --- .../generic/micropython-installation/micropython-installation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/tutorials/generic/micropython-installation/micropython-installation.md b/content/tutorials/generic/micropython-installation/micropython-installation.md index 383e4e081f..a470fa5f12 100644 --- a/content/tutorials/generic/micropython-installation/micropython-installation.md +++ b/content/tutorials/generic/micropython-installation/micropython-installation.md @@ -4,7 +4,6 @@ description: 'A guide for flashing the MicroPython firmware to your Arduino Nano tags: - MicroPython difficulty: Intermediate -libraries: hardware: - hardware/03.nano/boards/nano-33-ble - hardware/03.nano/boards/nano-rp2040-connect From 5f905ccc48d28f85f862ffad6096472613808e54 Mon Sep 17 00:00:00 2001 From: marqdevx Date: Mon, 27 Feb 2023 15:19:49 +0100 Subject: [PATCH 4/5] Test --- .../micropython-installation/micropython-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/generic/micropython-installation/micropython-installation.md b/content/tutorials/generic/micropython-installation/micropython-installation.md index a470fa5f12..36fd2a9a1e 100644 --- a/content/tutorials/generic/micropython-installation/micropython-installation.md +++ b/content/tutorials/generic/micropython-installation/micropython-installation.md @@ -10,7 +10,7 @@ hardware: - hardware/04.pro/boards/portenta-h7 software: - ide-v2 -author: "Jacob Hylén" +author: 'Jacob Hylén' contributeURL: content/tutorials/generic --- ## Introduction From de810f0f0bbab231372d84b9908ca92daad9f66d Mon Sep 17 00:00:00 2001 From: marqdevx Date: Mon, 27 Feb 2023 15:34:44 +0100 Subject: [PATCH 5/5] Test --- .../generic/micropython-installation/micropython-installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/tutorials/generic/micropython-installation/micropython-installation.md b/content/tutorials/generic/micropython-installation/micropython-installation.md index 36fd2a9a1e..ee89fcefda 100644 --- a/content/tutorials/generic/micropython-installation/micropython-installation.md +++ b/content/tutorials/generic/micropython-installation/micropython-installation.md @@ -13,6 +13,7 @@ software: author: 'Jacob Hylén' contributeURL: content/tutorials/generic --- + ## Introduction For some time you have been able to program selected Arduino boards using the OpenMV IDE and MicroPython. This gives you easy access to powerful technologies such as machine vision and machine learning.