|
ESP_IOT v2.5
IOT ESP Coding
|

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... | |
| #define IN1 22 |
8.14.25 grabbed our own copy..
#include <Stepper.h>
Definition at line 21 of file ULN2003_StepperClass.cpp.
| #define IN2 19 |
Definition at line 22 of file ULN2003_StepperClass.cpp.
| #define IN3 23 |
Definition at line 23 of file ULN2003_StepperClass.cpp.
| #define IN4 33 |
Definition at line 24 of file ULN2003_StepperClass.cpp.
| 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.
| Stepper* _stepperMotor |
Definition at line 27 of file ULN2003_StepperClass.cpp.