Class VariableOutput - GSTCH/SketchMadeEASY GitHub Wiki
Topic | Specification |
---|---|
Description | Represent an analog output pin (PWM). Check board type to know the PINs able to make an analog/PWM signal. |
Constructor |
DigitalOutput(int aPin) Parameter Pin: PWM Pin number |
Range | 0…255 |
Samples | VariableOutput* led = new VariableOutput(5); |
Examples |
02‐Dimming LED 03 ‐ Dimming LED with Switch 20‐Dependent input 21‐Alternate blink |