41 lines
699 B
Markdown
41 lines
699 B
Markdown
# RGB LED Library Development Steps
|
|
|
|
## Version 01
|
|
|
|

|
|
|
|
Developed initial test functions that accept six values—each corresponding to a pin and its state—to control the LED color.
|
|
|
|
---
|
|
|
|
## Version 02
|
|
|
|

|
|

|
|
|
|
Attempted to create a new command for setting pins, but this approach was unsuccessful.
|
|
|
|
---
|
|
|
|
## Version 03
|
|
|
|

|
|
|
|
Updated the design so the user only needs to enter the first pin; the program automatically calculates the remaining pins.
|
|
|
|
---
|
|
|
|
## Upcoming Version
|
|
|
|

|
|
|
|
This will allow users to input values as percentages.
|
|
|
|
---
|
|
|
|
## Usage Example
|
|
|
|

|
|
|
|
A way to test the function!
|