AStar32U4 library
AStar32U4Buzzer.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 A-Star 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 };
Main class for interfacing with the A-Star 32U4 Buzzer.
Play beeps and music with the buzzer.
Definition: PololuBuzzer.h:89