|
ESP_IOT v2.5
IOT ESP Coding
|
An concrete class. More...
#include <PTStepperClass.h>


Public Member Functions | |
| PTStepperClass (char *config) | |
| constructor More... | |
| ~PTStepperClass () | |
| destructor More... | |
| void | start_MotorStepper () |
| starts the PTStepper More... | |
| void | setup_MotorStepper () |
| setup the PTStepper More... | |
| void | stop_MotorStepper () |
| stops motor More... | |
| void | loop_MotorStepper () |
| setup the PTStepper More... | |
Public Member Functions inherited from MotorStepperClassType | |
| MotorStepperClassType (char *config) | |
| saves the identity (OOPS.. not working.. it's shared by all class instances.. so last one wins.. More... | |
| ~MotorStepperClassType () | |
| destructor More... | |
| virtual void | start_MotorStepper ()=0 |
| virtual int | delayAmountBetweenMotor () |
| virtual void | setup_MotorStepper ()=0 |
| setup the PTStepper More... | |
| virtual void | stop_MotorStepper ()=0 |
| stop the motor More... | |
| virtual void | loop_MotorStepper ()=0 |
| loop the PTStepper (so timer can run) More... | |
| boolean | isClockwiseDirection () |
| returns if clockwise More... | |
| void | setPinValues (int pin1, int pin2) |
| char * | classIdentity () |
Additional Inherited Members | |
Public Attributes inherited from MotorStepperClassType | |
| int | _pin1 = 0 |
| int | _pin2 = 0 |
| pin2 More... | |
An concrete class.
Definition at line 14 of file PTStepperClass.h.
| PTStepperClass::PTStepperClass | ( | char * | config | ) |
constructor
Definition at line 29 of file PTStepperClass.cpp.
| PTStepperClass::~PTStepperClass | ( | ) |
destructor
|
virtual |
setup the PTStepper
loop the PTStepper (so timer can run)
Implements MotorStepperClassType.
Definition at line 300 of file PTStepperClass.cpp.
|
virtual |
setup the PTStepper
5.3.25 trying to figure out the PIN use
Implements MotorStepperClassType.
Definition at line 173 of file PTStepperClass.cpp.

|
virtual |
starts the PTStepper
Data members of class Generic config info .. specific the the sensor type
8.30.25 LA Warm, Zuma Beach - end scene of Planet of Apes
5.15.25 try the async CLICK click call click call 5.26.25 SYNC version
8.30.25 LA Warm, Zuma Beach - end scene of Planet of Apes
Implements MotorStepperClassType.
Definition at line 248 of file PTStepperClass.cpp.

|
virtual |