ESP_IOT v2.5
IOT ESP Coding
PTStepper.h
Go to the documentation of this file.
1// PTStepper.h
2
3#include "../../Defines.h"
4
5#ifdef ESP_M5
6#else
7
8#ifndef _PTSTEPPER_h
9#define _PTSTEPPER_h
10
11/* function declarations*/
12
13//!starts the PTStepper
14void start_PTStepper();
15
16//!setup the PTStepper
17void setup_PTStepper();
18
19#endif
20
21#endif
void start_PTStepper()
starts the PTStepper
Definition: PTStepper.cpp:187
void setup_PTStepper()
setup the PTStepper
Definition: PTStepper.cpp:131