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