Nano100BN Series BSP  V3.03.002
The Board Support Package for Nano100BN Series
NuEdu-Basic01_Button.h
Go to the documentation of this file.
1 /**************************************************************************/
12 #ifndef __NuEdu_Basic01_Button_H__
13 #define __NuEdu_Basic01_Button_H__
14 
26 /*---------------------------------------------------------------------------------------------------------*/
27 /* Functions */
28 /*---------------------------------------------------------------------------------------------------------*/
29 extern void Initial_KEY_INPUT(void);
30 extern unsigned char Get_KEY_INPUT(void);
31 
32 #endif
33  /* end of group Nano130_Basic01_FUNCTIONS */
34  /* end of group NuEdu-SDK-Nano130_Basic01 */
36  /* end of group NANO100_Library */
38 
39 /*** (C) COPYRIGHT 2013-2014 Nuvoton Technology Corp. ***/
void Initial_KEY_INPUT(void)
Set Button GPIO to input mode.
unsigned char Get_KEY_INPUT(void)
This function get button status.