16 lines
459 B
Markdown
16 lines
459 B
Markdown
# Traffic Light Versions
|
|
Displaying the version and its functions with examples.
|
|
|
|
## Version 01
|
|
|
|
In these functions, you must specify the digital pin corresponding to the module you are using.
|
|
|
|

|
|
|
|
*Example 1*
|
|
This function takes three values, one for each color: Red, Yellow, and Green.
|
|
|
|

|
|
|
|
*Example 2*
|
|
This function takes three values—one for Red, Yellow, and Green—and also allows you to control the brightness of each. |