|
RCKit
|
| AccelStepperPositionSetter | Setter class that outputs its value to set the position of an AccelStepper |
| AccelStepperSpeedSetter | Setter class that outputs its value to set the speed of an AccelStepper |
| AnalogSetter | Setter class that sets its value to an analog output pin |
| DifferentialLRSetter | Setter class cluster that provides the left-right input to a DifferentialSetter |
| DifferentialSetter | Setter class cluster that controls 2 analog outputs based on 2 analog inputs so that a joystic can be used to control 2 motors like on a tank or bulldozer or concentric rotor helicopter. inputA controls forwars/reverse and inputB controls left/right |
| DigitalSetter | Setter class that sets its value to an analog output pin |
| HBridgeSetter | Setter class that outputs its value to a HBridge configured on 2 output Setter |
| Inverter | Setter object that inverts its value |
| Limiter | Setter class that limits its output to between specified min and max values |
| Linear | Setter class that implements linear transform of its input value |
| MotorControllerSetter | Setter class that outputs its value to a MotorController configured on 1 digital and one analog output pins |
| RCOIP | This section describes the RCOIP (Remote Control Over IP) protocol |
| RCOIPv1CmdSetAnalogChannels | SetAnalogChannels command message structure |
| RCOIPv1ReplyReceiverStatus | ReceiverStatus reply message structure |
| RCRx | Remote Control Receiver module for RCOIP protocol on Arduino |
| ServoSetter | Setter class that limits its input to between specified min and max values |
| Setter | Virtual base class for classes that receive a value, maybe transform it and then do something with it |
| SetterDebug | Class for testing Setters. Used by the sample TestSuite sketch |
1.7.5.1