19 lines
320 B
Markdown
19 lines
320 B
Markdown
# Buzzer Library Development Steps
|
|
|
|
## Version 01
|
|
|
|

|
|
|
|
It essentially turns the button on or off.
|
|
|
|
+ Button: The button is 0 already, when pressed goes true.
|
|
+ Inverted Button: The button is 1 already, when pressed goes false.
|
|
|
|
---
|
|
|
|
## Usage Example
|
|
|
|

|
|
|
|
A way to test the functions!
|