16 lines
468 B
Markdown
16 lines
468 B
Markdown
# Button 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 reads values from the pin and can be used inside an if-statement or assigned as a value.
|
|
|
|

|
|
|
|
*Example 2*
|
|
This function reads the inverted values from the pin and can be used inside an if-statement or assigned as a value. |