ESP_IOT v2.5
IOT ESP Coding
ULN2003_StepperClass.cpp File Reference
Include dependency graph for ULN2003_StepperClass.cpp:

Go to the source code of this file.

Macros

#define IN1   22
 8.14.25 grabbed our own copy.. More...
 
#define IN2   19
 
#define IN3   23
 
#define IN4   33
 

Variables

Stepper_stepperMotor
 
boolean _isSetup_ULN2003_Stepper = false
 NOTE: this is not right as only 1 instance is around .. so this class cannot be instantiated more than 1 time.. More...
 

Macro Definition Documentation

◆ IN1

#define IN1   22

8.14.25 grabbed our own copy..

#include <Stepper.h>

Definition at line 21 of file ULN2003_StepperClass.cpp.

◆ IN2

#define IN2   19

Definition at line 22 of file ULN2003_StepperClass.cpp.

◆ IN3

#define IN3   23

Definition at line 23 of file ULN2003_StepperClass.cpp.

◆ IN4

#define IN4   33

Definition at line 24 of file ULN2003_StepperClass.cpp.

Variable Documentation

◆ _isSetup_ULN2003_Stepper

boolean _isSetup_ULN2003_Stepper = false

NOTE: this is not right as only 1 instance is around .. so this class cannot be instantiated more than 1 time..

Definition at line 70 of file ULN2003_StepperClass.cpp.

◆ _stepperMotor

Stepper* _stepperMotor

Definition at line 27 of file ULN2003_StepperClass.cpp.