# 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!