Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI mbed-os BSP_DISCO_F429ZI
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
Generated on Fri Jul 15 2022 16:50:53 by
1.7.2