EU1KY AA
mainwnd.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 _MAINWND_H_
9 #define _MAINWND_H_
10 
11 
12 #include <ctype.h>
13 #include "main.h"
14 //#include <stdbool.h>
15 //#include "stm32f7xx_hal_adc.h"
16 
17 void MainWnd(void);
18 static char fileNames[13][13];
19 static uint16_t FileNo;
20 volatile int Page;
21 static uint32_t date, time;
22 uint32_t RTCpresent;
23 volatile int NoDate;
24 ADC_HandleTypeDef Adc3Handle;
25 #endif
static char fileNames[13][13]
Definition: mainwnd.h:18
static uint16_t FileNo
Definition: mainwnd.h:19
static uint32_t time
Definition: mainwnd.h:21
volatile int Page
Definition: mainwnd.h:20
volatile int NoDate
Definition: mainwnd.h:23
static uint32_t date
Definition: mainwnd.h:21
void MainWnd(void)
Definition: mainwnd.c:708
ADC_HandleTypeDef Adc3Handle
Definition: mainwnd.h:24
uint32_t RTCpresent
Definition: mainwnd.h:22