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
main.h
fileNames
static char fileNames[13][13]
Definition:
mainwnd.h:18
FileNo
static uint16_t FileNo
Definition:
mainwnd.h:19
time
static uint32_t time
Definition:
mainwnd.h:21
Page
volatile int Page
Definition:
mainwnd.h:20
NoDate
volatile int NoDate
Definition:
mainwnd.h:23
date
static uint32_t date
Definition:
mainwnd.h:21
MainWnd
void MainWnd(void)
Definition:
mainwnd.c:708
Adc3Handle
ADC_HandleTypeDef Adc3Handle
Definition:
mainwnd.h:24
RTCpresent
uint32_t RTCpresent
Definition:
mainwnd.h:22
analyzer
window
mainwnd.h
Generated on Fri Mar 8 2019 12:41:37 for EU1KY AA by
1.8.11