|
| enum | Tunes {
PowerOn = 0
, Mark
, StartAcquisition
, StopAcquisition
,
WifiConnected
, WifiDisconnected
, SomethingsWrong
, Quit
} |
| |
|
|
static int | Initialize (I2C_Handle offboardI2cHandle, int tweeterPwmIndex) |
| |
|
static void | TweeterFunction (uint32_t uarg0, uint32_t arg1) |
| |
|
static void | Player (uint32_t uarg0, uint32_t arg1) |
| |
|
static void | PlayTune (enum Tunes tune) |
| |
|
static void | PlayStartSound () |
| |
|
static void | PlayStopSound () |
| |
|
static void | PlayHoldSound () |
| |
|
static void | NextValue (float nextValue) |
| |
|
static void | Silent () |
| |
|
static void | Awake () |
| |
|
static void | SetVolume (int newVolume) |
| |
The documentation for this class was generated from the following files:
- /home/kddev/dev/AppDev/GmCommon/include/GmPiezoTweeter.hpp
- /home/kddev/dev/AppDev/GmCommon/GmUtil/GmPiezoTweeter.cpp