RCKit
|
CAccelStepperPositionSetter | Setter class that outputs its value to set the position of an AccelStepper |
CAccelStepperSpeedSetter | Setter class that outputs its value to set the speed of an AccelStepper |
CAnalogSetter | Setter class that sets its value to an analog output pin |
CDifferentialLRSetter | Setter class cluster that provides the left-right input to a DifferentialSetter |
CDifferentialSetter | 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 |
CDigitalSetter | Setter class that sets its value to an analog output pin |
CESP8266Transceiver | Defines a WiSHield RCOIP Transceiver |
CEthernetTransceiver | Defines an Ethernet RCOIP Transceiver |
CHBridgeSetter | Setter class that outputs its value to a HBridge configured on 2 output Setter |
CInverter | Setter object that inverts its value |
CLimiter | Setter class that limits its output to between specified min and max values |
CLinear | Setter class that implements linear transform of its input value |
CMotorControllerSetter | Setter class that outputs its value to a MotorController configured on 1 digital and one analog output pins |
CRCOIP | This section describes the RCOIP (Remote Control Over IP) protocol |
CRCOIPv1CmdSetAnalogChannels | SetAnalogChannels command message structure |
CRCOIPv1ReplyReceiverStatus | ReceiverStatus reply message structure |
CRCRx | Remote Control Receiver module for RCOIP protocol on Arduino |
CServoSetter | Setter class that limits its input to between specified min and max values |
CSetter | Virtual base class for classes that receive a value, maybe transform it and then do something with it |
CSetterDebug | Class for testing Setters. Used by the sample TestSuite sketch |
CTransceiver | Abstract base class for a transceiver device that will send and receive messages on behalf of RCRx class |
CWiShieldTransceiver | Defines a WiSHield RCOIP Transceiver |