Editing
This commit is contained in:
parent
68af2a61d6
commit
06c531e180
@ -1,38 +1,42 @@
|
|||||||
# Steps of Developing the Motor Library
|
# Motor Library Development Steps
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Version 01:
|
## Version 01
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Created a functions for testing that takes 6 values, each pin and its state to get the color in the led.
|
Developed initial test functions that accept six values—each corresponding to a pin and its state—to control the LED color.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Version 02:
|
## Version 02
|
||||||
|
|
||||||
 
|

|
||||||
|

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

|

|
||||||
|
|
||||||
Then I made these so the user enters the first pin only, and the program calculate other pins.
|
Updated the design so the user only needs to enter the first pin; the program automatically calculates the remaining pins.
|
||||||
|
|
||||||
---
|
---
|
||||||
## New Version Upcoming:
|
|
||||||
|
## Upcoming Version
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
That the user enter a value in %.
|
will allow users to input values as percentages.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Usage Example:
|
## Usage Example
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
A way to test the Library!
|
A way to test the library!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user