diff --git a/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/assets/modulino-lib.png b/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/assets/modulino-lib.png new file mode 100644 index 0000000000..9cbe7f3f42 Binary files /dev/null and b/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/assets/modulino-lib.png differ diff --git a/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/assets/modulino.png b/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/assets/modulino.png deleted file mode 100644 index 0e5deb9dfb..0000000000 Binary files a/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/assets/modulino.png and /dev/null differ diff --git a/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/content.md b/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/content.md index d0fb7f9999..bfb586acdf 100644 --- a/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/content.md +++ b/content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/content.md @@ -122,9 +122,11 @@ In the Arduino IDE upper menu, after selecting the **Nano Matter board** from th ***The code will only compile if the __Protocol Stack__ is set to __None__.*** -Download the `Modulino.h` library from the Arduino IDE Library Manager. This will enable the support for the Modulino Pixels and the Modulino Movement. +Download the `Modulino` library from the Arduino IDE Library Manager. This will enable the support for the Modulino Pixels and the Modulino Movement. -![Modulino Library Installation](assets/modulino.png) +![Modulino Library Installation](assets/modulino-lib.png) + +***The Modulino library for this tutorial must be 0.4.3 or greater.*** You can download the **complete project code** from [here](assets/magic_wand_modulino.zip) or copy and paste it from the snippet below: