Pololu Zumo Shield Arduino Library
ZumoBuzzer.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 
23 class ZumoBuzzer : public PololuBuzzer
24 {
25  // This is a trivial subclass of PololuBuzzer; it exists because
26  // we wanted the ZumoShield class names to be consistent and we
27  // didn't just use a typedef to define it because that would make
28  // the Doxygen documentation harder to understand.
29 };
ZumoBuzzer
Plays beeps and music on the buzzer on the Zumo Shield.
Definition: ZumoBuzzer.h:24
PololuBuzzer
Play beeps and music with the buzzer.
Definition: PololuBuzzer.h:90
PololuBuzzer.h