MCB1700_Welcome
RTE_Components.h
Go to the documentation of this file.
1 
2 /*
3  * Auto generated Run-Time-Environment Component Configuration File
4  * *** Do not modify ! ***
5  *
6  * Project: 'Blinky_Vorlage'
7  * Target: 'LPC1768'
8  */
9 
10 #ifndef RTE_COMPONENTS_H
11 #define RTE_COMPONENTS_H
12 
13 
14 /*
15  * Define the Device Header File:
16  */
17 #define CMSIS_device_header "LPC17xx.h"
18 
19 #define RTE_DEVICE_STARTUP_LPC17XX /* Device Startup for NXP17XX */
20 #define RTE_Drivers_SPI0 /* Driver SPI0 */
21  #define RTE_Drivers_SPI1 /* Driver SPI1 */
22 #define RTE_Drivers_SPI2 /* Driver SPI2 */
23 
24 #endif /* RTE_COMPONENTS_H */
main
int main(void)
app entry point
Definition: Main.c:54
au32QrCode
uint32_t au32QrCode[25]
Definition: Main.c:14
Welcome.h
global header file for project
vMainInitApp
static void vMainInitApp(void)
initialize app
Definition: Main.c:72
GLCD_Font_16x24
GLCD_FONT GLCD_Font_16x24
vPrintQr
static void vPrintQr(void)
print Qr code from array
Definition: Main.c:94