|
ESP_IOT v2.5
IOT ESP Coding
|

Go to the source code of this file.
Macros | |
| #define | NEW_CODE__not_working |
Functions | |
| void | clearPins_SG90ServoStepper () |
Variables | |
| TimerDelayClass * | _timerDelayClass_SG90ServoStepperClass |
| SG90ServoStepperStepperClass More... | |
| float | _delaySeconds_SG90ServoStepper_setting = 0.5 |
| default .. this could be set via Preferences (TODO) More... | |
| const int | IN1_PIN = 19 |
| This works with the ESP_M5. More... | |
| boolean | _isSetup_SG90ServoStepper = false |
| #define NEW_CODE__not_working |
| void clearPins_SG90ServoStepper | ( | ) |
Definition at line 40 of file SG90ServoStepperClass.cpp.
| float _delaySeconds_SG90ServoStepper_setting = 0.5 |
default .. this could be set via Preferences (TODO)
Definition at line 23 of file SG90ServoStepperClass.cpp.
| boolean _isSetup_SG90ServoStepper = false |
Definition at line 56 of file SG90ServoStepperClass.cpp.
| TimerDelayClass* _timerDelayClass_SG90ServoStepperClass |
see https://github.com/pablomarquez76/AnalogWrite_ESP32 library: <analogWrite.h> create instance of the timer class
Definition at line 20 of file SG90ServoStepperClass.cpp.
| const int IN1_PIN = 19 |
This works with the ESP_M5.
Definition at line 36 of file SG90ServoStepperClass.cpp.