|
micro-ELC
|
| ▼CLoadAdjust | This class defines an interface for any type of adjustable electrical load |
| CLoadAdjustAnalogWrite | Load adjustor that uses analogWrite() to adjust a PWMable load |
| CLoadAdjustCoarseFine | Combines a LoadAdjust that has discrete steps with another LoadAdjust to get more precision |
| CLoadAdjustRelayParallelBinary< N > | Load adjustor that switches relays or other switches on and off in a binary pattern |
| ▼CMeasurement | Defines an interface for measuring the frequency, rotational speed, or voltage of a generator to use as the input to the control loop |
| CTachometerJEncoder | This class measures the speed of a generator using a tachometer |
| ▼CRelaysDriver | This class defines an interface for any class that can control an array of relays |
| CRelaysDriverBasic< N > | This class controls an array of relays in a simple way |