Skip to content

Commit ababaa6

Browse files
authored
Merge pull request #2418 from arduino/ml-magicwand-nanomatter-fix-modulino
Fix Modulino lib version in ML MagicWand Nano Matter tutorial
2 parents de988e4 + 349813b commit ababaa6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand/content.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,11 @@ In the Arduino IDE upper menu, after selecting the **Nano Matter board** from th
122122

123123
***The code will only compile if the __Protocol Stack__ is set to __None__.***
124124

125-
Download the `Modulino.h` library from the Arduino IDE Library Manager. This will enable the support for the Modulino Pixels and the Modulino Movement.
125+
Download the `Modulino` library from the Arduino IDE Library Manager. This will enable the support for the Modulino Pixels and the Modulino Movement.
126126

127-
![Modulino Library Installation](assets/modulino.png)
127+
![Modulino Library Installation](assets/modulino-lib.png)
128+
129+
***The Modulino library for this tutorial must be 0.4.3 or greater.***
128130

129131
You can download the **complete project code** from [here](assets/magic_wand_modulino.zip) or copy and paste it from the snippet below:
130132

0 commit comments

Comments
 (0)