2025-07-30 12:50:12 +03:00

74 lines
1.8 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 🚀 How to Download the Spark Libraries
Follow these simple steps to download and prepare the Spark library files for your project.
---
## 📥 Step 1: Download the Files
Click the links below to download each library file:
- [iScreen](../Downloads/iScreen.ubl)
- [Analog](../Downloads/Green_Analog.ubl)
- [Digital](../Downloads/Red_Digital.ubl)
- [I2C](../Downloads/Blue_I2C.ubl)
- [PWM](../Downloads/Yellow_PWM.ubl)
- [MDP (Multi-Digital Pins)](../Downloads/Orange_MultiDigitalPins.ubl)
Make sure all the files are saved to your computer.
---
## 📁 Step 2: Find the Downloaded Files
Once downloaded, go to your **Downloads** folder to check if the files are there.
> 🔎 Tip: Make sure the path is correct so you dont lose track of them.
![Example of where to find your files](../Images/2.png)
---
## 💡 Another Way to Download
Some systems may offer a different way to download the files, like this:
![Alternate way](../Images/1.png)
If that happens, just follow the prompts and confirm the download.
---
## 🗃️ Extract and Organize
If the files come in a compressed folder (ZIP), right-click the folder and choose **"Extract All"**.
Then, move the extracted files to your main **Downloads** folder for easy access.
---
## 🌐 Step 3: Open MicroBlocks
Click [here](https://microblocks.fun/run-pilot/microblocks.html) to open the **MicroBlocks Pilot version** in your browser.
---
## 📚 Step 4: Add the Libraries in MicroBlocks
In MicroBlocks:
1. Click on **"Add Library"** (usually at the bottom of the block categories).
![](../Images/3.png)
2. A file browser will open.
![](../Images/4.png)
3. Choose the `.ubl` files you downloaded earlier (you can add them one by one).
![](../Images/5.png)
Once added, the blocks from those libraries will appear and be ready to use!
---