|
Fang-Robotics-MCB
Fang Robotics Team Codebase
|
#include "buzzer.hpp"#include "tap/algorithms/math_user_utils.hpp"#include "tap/communication/gpio/pwm.hpp"#include "modm/architecture/interface/delay.hpp"
Namespaces | |
| namespace | tap |
| namespace | tap::buzzer |
Functions | |
| void | tap::buzzer::playNote (gpio::Pwm *pwmController, uint32_t frequency) |
| void | tap::buzzer::silenceBuzzer (gpio::Pwm *pwmController) |