Pololu3piPlus32U4 library
Pololu3piPlus32U4Buzzer.h
Go to the documentation of this file.
1 // Copyright (C) Pololu Corporation. See www.pololu.com for details.
2 
4 
5 #pragma once
6 
7 #include <PololuBuzzer.h>
8 
9 namespace Pololu3piPlus32U4
10 {
11 
25 class Buzzer : public PololuBuzzer
26 {
27  // This is a trivial subclass of PololuBuzzer; it exists because we wanted
28  // the class names to be consistent and we didn't just use a typedef
29  // to define it because that would make the Doxygen documentation harder to
30  // understand.
31 };
32 
33 }
Plays beeps and music on the buzzer on the 3pi+ 32U4.
Top-level namespace for the Pololu3piPlus32U4 library.