RSeries astromech firmware
|
#include <core/PeakValueProvider.h>
Base class peak value providers, currently only microphone amplitude.
Public Member Functions | |
PeakValueProvider () | |
Default Constructor. More... | |
virtual byte | getPeakValue () |
Static Public Member Functions | |
static PeakValueProvider * | getZero () |
Protected Attributes | |
byte | fPeakValue |
|
inline |
Default Constructor.
|
inlinevirtual |
Reimplemented in MicrophoneAmplitude.
|
inlinestatic |
|
protected |