Zumo32U4 library
Zumo32U4Buzzer.h
Go to the documentation of this file.
1 // Copyright Pololu Corporation. For more information, see http://www.pololu.com/
2 
5 #pragma once
6 
7 #include <PololuBuzzer.h>
8 
24 {
25  // This is a trivial subclass of PololuBuzzer; it exists because we wanted
26  // the Zumo32U4 class names to be consistent and we didn't just use a typedef
27  // to define it because that would make the Doxygen documentation harder to
28  // understand.
29 };
Plays beeps and music on the buzzer on the Zumo 32U4.