You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To follow this tutorial, you will need to install MicroPython on your Arduino board. The easiest way is to install it using the [MicroPython Installer](https://labs.arduino.cc/en/labs/micropython-installer).
31
+
To follow this tutorial, we will need to install MicroPython on our Arduino board. The easiest way is to install it using the [MicroPython Installer](https://labs.arduino.cc/en/labs/micropython-installer).
4. Great job. We have now installed the Modulino package on your board!
80
+
4. Great job. We have now installed the Modulino package on our board!
81
81
82
82
**Troubleshooting:**
83
83
- Make sure your board is connected to your computer.
@@ -94,21 +94,21 @@ We can now verify that everything was installed correctly. Go to [MicroPython La
94
94
95
95

96
96
97
-
Select the board and press select "connect". You should, now be connected to your Arduino board.
97
+
Select the board and press select "connect". We should now be connected to our Arduino board.
98
98
99
-
***If you experience any issues, try disconnecting and connecting the board again and reinstall MicroPython using the [MicroPython Installer](https://labs.arduino.cc/en/labs/micropython-installer).***
99
+
***If we experience any issues, try disconnecting and connecting the board again and reinstall MicroPython using the [MicroPython Installer](https://labs.arduino.cc/en/labs/micropython-installer).***
100
100
101
101
To verify that the Modulino package has been installed correctly, click on the file icon in the top bar of the Labs editor.
102
102
103
-
You should see a folder called `lib` and a file called `boot.py`. Go ahead and press on the `lib` folder and you should see several files and a folder called `modulino`.
103
+
We should see a folder called `lib` and a file called `boot.py`. Go ahead and press on the `lib` folder and we should see several files and a folder called `modulino`.
If you see this, it means the package has been installed successfully.
107
+
If we see this, it means the package has been installed successfully.
108
108
109
109
## Next Steps
110
110
111
-
Now that you have successfully installed everything it's time to program your first Modulino. Below are links to the documentation forall Modulinos. They are also accessiblein the side menu at [Arduino Docs - MicroPython](https://docs.arduino.cc/micropython/), under "Modulinos".
111
+
Now that we have successfully installed everything it's time to program our first Modulino. Below are links to the documentation forall Modulinos. They are also accessiblein the side menu at [Arduino Docs - MicroPython](https://docs.arduino.cc/micropython/), under "Modulinos".
0 commit comments