Skip to content

Buzzer Feature

Yuvraj Singh Birdi requested to merge master into main

Created by: AndrewDeng1

Created a function to toggle the buzzer on and off. It takes in a single boolean variable and returns nothing. If the boolean variable is true, it turns the buzzer on. If it is false, it turns the buzzer off. The master MCU will turn the buzzer on or off depending on whether an earthquake has been detected by the slave MCUs.

Merge request reports