2025-05-27 14:24:20 +03:00

43 lines
696 B
Markdown

# Motor Library Development Steps
---
## Version 01
![](../Images/1.png)
Developed initial test functions that accept six values—each corresponding to a pin and its state—to control the LED color.
---
## Version 02
![](../Images/2.png)
![](../Images/3.png)
Attempted to create a new command for setting pins, but this approach was unsuccessful.
---
## Version 03
![](../Images/4.png)
Updated the design so the user only needs to enter the first pin; the program automatically calculates the remaining pins.
---
## Upcoming Version
![](../Images/5.png)
will allow users to input values as percentages.
---
## Usage Example
![](../Images/6.png)
A way to test the library!