Skip to content

Fix Modulino lib version in ML MagicWand Nano Matter tutorial #2418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 7, 2025
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