diff --git a/Spark_PWM/README.md b/Spark_PWM/README.md new file mode 100644 index 0000000..b6bd725 --- /dev/null +++ b/Spark_PWM/README.md @@ -0,0 +1,61 @@ +# PWM Library for MicroBlocks + +Welcome to the **PWM Library** for MicroBlocks! +This library makes it easy for anyone—even if you don’t know how to code or use a computer much—to control these modules: **Fan Motor** using simple blocks in MicroBlocks. + +--- + +## Features + +- **Easy Drag-and-Drop Blocks** for controlling the module. +- **No Coding Required**. +- **Beginner-Friendly Instructions**. +- **Control the PWM Modules Easily**. + +--- + +## Getting Started + +**What you need:** +- Spark microcontroller and connecting wires. +- MicroBlocks IDE installed ([Download here](https://microblocks.fun/download/)). +- PWM Modules and basic connecting wires. + +--- + +## Installation + +1. **Download the PWM Library:** + Download the library file from [here](../Spark_PWM.ubl). + +2. **Open MicroBlocks IDE** on your computer. + +3. **Add the Library:** + - Go to the library manager in MicroBlocks. + - Click “Import Library” or drag and drop the downloaded file into the IDE. + +--- + +## How to Use + +1. **Connect your module** to your microcontroller’s pins (see your board’s pinout for details). + +2. **Open MicroBlocks IDE** and make sure your board is connected. + +3. **Find the PWM blocks** in the blocks menu. + +4. **Drag the blocks** you want to use into your script area. + +5. **Click the green flag** or “Run” to start controlling the module! + +--- +## Examples + +There is special examples for each module: + +- [**Fan Motor**](../Spark_PWM/Spark_FanMotor/README.md) + +--- + +*Have fun building with Spark Kit!* + diff --git a/Spark_PWM/Spark_FanMotor/Images/1.png b/Spark_PWM/Spark_FanMotor/Images/1.png new file mode 100644 index 0000000..bf4585d Binary files /dev/null and b/Spark_PWM/Spark_FanMotor/Images/1.png differ diff --git a/Spark_PWM/Spark_FanMotor/README.md b/Spark_PWM/Spark_FanMotor/README.md index e69de29..18f4a5a 100644 --- a/Spark_PWM/Spark_FanMotor/README.md +++ b/Spark_PWM/Spark_FanMotor/README.md @@ -0,0 +1,11 @@ +# Fan Motor Versions +Displaying the version and its functions with examples. + +## Version 01 + +In these functions, you must specify the I2C pin corresponding to the module you are using. + +![](Images/1.png) + +*Example* +One of these functions controls the motor's speed and direction within a range of 0–100, while the other function stops the motor. \ No newline at end of file