2025-05-27 15:54:55 +03:00

41 lines
698 B
Markdown

# RGB LED 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)
This will allow users to input values as percentages.
---
## Usage Example
![](../Images/6.png)
A way to test the library!