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

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
 

Macro Definition Documentation

◆ NEW_CODE_HERE

#define NEW_CODE_HERE

Variable Documentation

◆ _delaySeconds_L9110S_DCStepper_setting

float _delaySeconds_L9110S_DCStepper_setting = 0.5

default .. this could be set via Preferences (TODO)

Definition at line 18 of file L9110S_DCStepperClass.cpp.

◆ _isSetup_L9110S_DCStepper

boolean _isSetup_L9110S_DCStepper = false

Definition at line 53 of file L9110S_DCStepperClass.cpp.

◆ _timerDelayClass_L9110S_DCStepperClass

TimerDelayClass* _timerDelayClass_L9110S_DCStepperClass

L9110S_DCStepperStepperClass

create instance of the timer class

Definition at line 15 of file L9110S_DCStepperClass.cpp.

◆ IN1_PIN

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.

◆ IN2_PIN

const int IN2_PIN = 25

Definition at line 33 of file L9110S_DCStepperClass.cpp.