Fredric Rice / Mbed 2 deprecated DemoKeypadMoorseCodeUnlockTouchAndButton

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI mbed-os BSP_DISCO_F429ZI

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SecurityUnlockDemo-Main.h Source File

SecurityUnlockDemo-Main.h

00001 
00002 // ----------------------------------------------------------------------
00003 // SecurityUnlockDemo-Main.h
00004 //
00005 // Fredric L. Rice, June 2019
00006 //
00007 // ----------------------------------------------------------------------
00008 
00009 #ifndef _SECURITYUNLOCKDEMOMAIN_H_
00010 #define _SECURITYUNLOCKDEMOMAIN_H_      1
00011 
00012 // ----------------------------------------------------------------------
00013 // Defined constants that we might use here
00014 //
00015 // ----------------------------------------------------------------------
00016 
00017 // For some purposes we may want to know the dimentions of the screen
00018 #define LCD_WIDTH               240
00019 #define LCD_HEIGHT              320
00020 
00021 // ----------------------------------------------------------------------
00022 // Function prototypes that we will export
00023 //
00024 // ----------------------------------------------------------------------
00025 
00026 extern void MainGrantAccess(uint8_t u8_thisAccessLevel);
00027 
00028 #endif
00029 
00030 // End of file
00031