EU1KY AA
measurement.h
Go to the documentation of this file.
1 /*
2  * (c) Yury Kuchura
3  * kuchura@gmail.com
4  *
5  * This code can be used on terms of WTFPL Version 2 (http://www.wtfpl.net/).
6  */
7 
8 #ifndef MEASUREMENT_H_
9 #define MEASUREMENT_H_
10 extern uint32_t Timer5Value;
11 extern uint16_t TimeFlag;
12 void Single_Frequency_Proc(void);
13 
14 #endif
uint16_t TimeFlag
Definition: FreqCounter.h:8
void Single_Frequency_Proc(void)
Definition: measurement.c:478
uint32_t Timer5Value
Definition: FreqCounter.c:25