|
ESP_IOT v2.5
IOT ESP Coding
|

Go to the source code of this file.
Macros | |
| #define | NEW_CODE_HERE |
Variables | |
| TimerDelayClass * | _timerDelayClass_L9110S_DCStepperClass |
| L9110S_DCStepperStepperClass More... | |
| float | _delaySeconds_L9110S_DCStepper_setting = 0.5 |
| default .. this could be set via Preferences (TODO) More... | |
| const int | IN1_PIN = 21 |
| const int | IN2_PIN = 25 |
| boolean | _isSetup_L9110S_DCStepper = false |
| #define NEW_CODE_HERE |
| float _delaySeconds_L9110S_DCStepper_setting = 0.5 |
default .. this could be set via Preferences (TODO)
Definition at line 18 of file L9110S_DCStepperClass.cpp.
| boolean _isSetup_L9110S_DCStepper = false |
Definition at line 53 of file L9110S_DCStepperClass.cpp.
| TimerDelayClass* _timerDelayClass_L9110S_DCStepperClass |
create instance of the timer class
Definition at line 15 of file L9110S_DCStepperClass.cpp.
| const int IN1_PIN = 21 |
This works with the ESP_M5 7.9.25 after F1 movie (make Brad Pitt Great Again) hard coded .. unless changed via Sensors message overridded by _pin1 _pin2
Definition at line 32 of file L9110S_DCStepperClass.cpp.
| const int IN2_PIN = 25 |
Definition at line 33 of file L9110S_DCStepperClass.cpp.