Plaquette
 
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Npq
 CAbstractChronometer
 CAbstractField
 CAbstractOscillatorTriangle/sawtooth oscillator
 CAbstractServoOutServo-motor absract object
 CAbstractTimer
 CAbstractWaveTriangle/sawtooth oscillator
 CAlarmChronometer class which becomes "on" after a given duration
 CAnalogInA generic class representing a simple analog input
 CAnalogOutA generic class representing a simple PWM output
 CAnalogSourceAn analog analog source that contains a value constrained to a finite range (typically in [0, 1])
 CChainable
 CChronometer
 Ccommon_pair_type
 Ccommon_triple_type
 CContinuousServoOutContinuous servo-motor
 CDebounceableSuperclass for components that can be debounced
 CDigitalInA generic class representing a simple digital input
 CDigitalOutA generic class representing a simple digital output
 CDigitalSourceA digital source that contains a true/false value
 CDigitalUnitA generic class representing a simple digital (true/false)unit
 CEngineThe main Plaquette static class containing all the units
 CEventManagerManages event listeners for Plaquette units
 CMetronomeChronometer digital unit which emits 1/true/"on" for one frame, at a regular pace
 Cmicro_seconds_t
 CMinMaxScalerRegularizes signal into [0,1] by rescaling it using the min and max values
 CMovingAverageAn exponential moving average class
 CMovingFilter
 CMovingStats
 CNormalizerAdaptive normalizer: normalizes values on-the-run using exponential moving averages over mean and standard deviation
 CPeakDetectorEmits a "bang" signal when another signal peaks
 CPinConfigSuperclass for pin-based components
 CPivotField
 CRampProvides a ramping / tweening mechanism that allows smooth transitions between two values
 CServoOutStandard servo-motor (angular)
 CSineWave
 CSmoothableSuperclass for components that can be smoothed
 CSmootherSimple moving average transform filter
 CSquareWave
 CStreamInStream/serial input. Reads float values using Arduino built-in parseFloat()
 CStreamOutStream/serial output. Number of digits of precision is configurable
 CTimeableAbstract class for time-based objects
 CTimeSliceFieldTimeSliceField generic class
 CTriangleWave
 CUnitA generic class representing a unit in the system
 CWaveSine oscillator. Phase is expressed as % of period
 CHybridArrayListA hybrid array list that starts with a static array and switches to dynamic allocation when full