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

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
 

Macro Definition Documentation

◆ NEW_CODE__not_working

#define NEW_CODE__not_working

Function Documentation

◆ clearPins_SG90ServoStepper()

void clearPins_SG90ServoStepper ( )

Definition at line 40 of file SG90ServoStepperClass.cpp.

Variable Documentation

◆ _delaySeconds_SG90ServoStepper_setting

float _delaySeconds_SG90ServoStepper_setting = 0.5

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

Definition at line 23 of file SG90ServoStepperClass.cpp.

◆ _isSetup_SG90ServoStepper

boolean _isSetup_SG90ServoStepper = false

Definition at line 56 of file SG90ServoStepperClass.cpp.

◆ _timerDelayClass_SG90ServoStepperClass

TimerDelayClass* _timerDelayClass_SG90ServoStepperClass

SG90ServoStepperStepperClass

see https://github.com/pablomarquez76/AnalogWrite_ESP32 library: <analogWrite.h> create instance of the timer class

Definition at line 20 of file SG90ServoStepperClass.cpp.

◆ IN1_PIN

const int IN1_PIN = 19

This works with the ESP_M5.

Definition at line 36 of file SG90ServoStepperClass.cpp.