2025-05-29 14:07:41 +03:00

19 lines
320 B
Markdown

# Buzzer Library Development Steps
## Version 01
![](../Images/1.png)
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
![](../Images/2.png)
A way to test the functions!