Labor01
ES2_V1_app.h
Go to the documentation of this file.
1
11
#ifndef __ES2_V1_APP_H
12
#define __ES2_V1_APP_H
13
14
#include <stdio.h>
15
#include "LPC17xx.H"
16
#include "GLCD_Config.h"
17
#include "Board_GLCD.h"
18
#include "Board_LED.h"
19
#include "
AppBoard2Buttons.h
"
20
#include "
Ringbuffer.h
"
21
#include "
Externals.h
"
22
23
//-------------------------------------------------------------------
24
// defines
25
//-------------------------------------------------------------------
26
27
#define TEXTLENGTH_SHORT 10 // Length of short text
28
29
//-------------------------------------------------------------------
30
// function declarations
31
32
//-------------------------------------------------------------------
33
34
//library globals - always external keyword
35
36
extern
GLCD_FONT
GLCD_Font_16x24
;
37
extern
GLCD_FONT
GLCD_Font_6x8
;
// GLCD Font from GLCD_Fonts.c
38
39
// project globals
40
41
#endif
/* __ES2_V1_APP_H */
AppBoard2Buttons.h
Read state of buttons.
Externals.h
declare global variables
GLCD_Font_16x24
GLCD_FONT GLCD_Font_16x24
Ringbuffer.h
Ringbuffer.
GLCD_Font_6x8
GLCD_FONT GLCD_Font_6x8
ES2_V1_app.h
Generated by
1.8.20