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