Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down