This commit is contained in:
Fatima Idrees 2025-07-30 12:50:12 +03:00
parent 35ebbfdb0d
commit 30499797b5

View File

@ -1,14 +1,74 @@
# How to Download the Spark Libraries! # 🚀 How to Download the Spark Libraries
1. Download the files above by clicking on them down below. Follow these simple steps to download and prepare the Spark library files for your project.
- [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](../Downloads/Orange_MultiDigitalPins.ubl)
Other ways of download: ---
- []()
Click on [here](https://microblocks.fun/run-pilot/microblocks.html) to open **MicroBlocks Pilot Version**. ## 📥 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!
---