Class Inverter - GSTCH/SketchMadeEASY GitHub Wiki

Input Inverter

Topic Specification
Description Tool class to invert the sign of an input.
Constructor Inverter(Input* aInput)
Parameter
Input: Any input class
Range Depend on input
Samples VariableInput* input = new VariableInput(A1);
Inverter* invertedInput = new Inverter(input);
Examples 06‐Motor variable speed, On Off‐Switch
07‐Motor variable speed, direction‐ and main‐switch
08‐Motor toggles between Limit‐Switches
09‐Motor toggles between limit switches, main switch
10‐Main Motor turns between limit switches, second follows
11-Two motors, one turns after the other
⚠️ **GitHub.com Fallback** ⚠️