ESP_IOT v2.5
IOT ESP Coding
PTTimer.h
Go to the documentation of this file.
1#pragma once
2#ifdef USE_PTTIMER
3
4#if 0 //build errors
5/* Global Countdown Timers */
6extern unsigned int u16CountDown0 = 0;
7extern unsigned int u16CountDown1 = 0;
8extern unsigned int u16CountDown2 = 0;
9extern unsigned int u16CountDown3 = 0;
10extern unsigned int u16CountDown4 = 0;
11
12void PTTimerSetup();
13
14#endif
15
16#endif