RCKit
Public Member Functions | List of all members
AnalogSetter Class Reference

Setter class that sets its value to an analog output pin. More...

#include <AnalogSetter.h>

Inheritance diagram for AnalogSetter:
Inheritance graph
[legend]
Collaboration diagram for AnalogSetter:
Collaboration graph
[legend]

Public Member Functions

 AnalogSetter (uint8_t pin)
 
void setPin (uint8_t pin)
 
virtual void input (int value)
 
virtual void failsafe ()
 Called when the source of input data is lost, and the Setter is required to fail in a safe way.
 
- Public Member Functions inherited from Setter
 Setter ()
 Constructor. More...
 
 Setter (Setter *target)
 Constructor with setting the target.
 
virtual void setTarget (Setter *target)
 
void setFailsafeValue (int failsafeValue)
 Sets the failsafeValue.
 
int failsafeValue ()
 

Additional Inherited Members

- Protected Attributes inherited from Setter
Setter_target
 This is the instance of Setter that will be given the transfotmed output value.
 
int _failsafeValue
 

Detailed Description

Setter class that sets its value to an analog output pin.

Author
Mike McCauley (mikem.nosp@m.@air.nosp@m.spayc.nosp@m.e.co.nosp@m.m)

Constructor & Destructor Documentation

◆ AnalogSetter()

AnalogSetter::AnalogSetter ( uint8_t  pin)
Parameters
[in]pinThe pin number of the analog output to set
Author
Mike McCauley (mikem.nosp@m.@air.nosp@m.spayc.nosp@m.e.co.nosp@m.m)

Member Function Documentation

◆ input()

void AnalogSetter::input ( int  value)
virtual

Input the value to be used to set the analog output Analog outputs are within the range 0 to 255 for 0.0 to 5.0 V On Duemilanove, output is PWM at approx 1kHz

Parameters
[in]valueThe input value

Reimplemented from Setter.

Referenced by failsafe().

◆ setPin()

void AnalogSetter::setPin ( uint8_t  pin)

Set or change the output pin

Parameters
[in]pinThe Arduino pin to use for output

The documentation for this class was generated from the following files: