Skip to content

Commit 6c0350e

Browse files
fix modulino lib version
1 parent bd8988d commit 6c0350e

File tree

1 file changed

+3
-1
lines changed
  • content/hardware/03.nano/boards/nano-matter/tutorials/08.ml-magic-wand

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,12 @@ 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

127127
![Modulino Library Installation](assets/modulino.png)
128128

129+
***The Modulino library for this tutorial must be 0.4.3 or greater.***
130+
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

131133
```arduino

0 commit comments

Comments
 (0)