Nano100BN Series BSP  V3.03.002
The Board Support Package for Nano100BN Series
NuEdu-Basic01_Volume_Knob.h
Go to the documentation of this file.
1 /**************************************************************************/
12 #ifndef __NuEdu_Basic01_Volume_Knob_H__
13 #define __NuEdu_Basic01_Volume_Knob_H__
14 
27 #define _ADC_Clock 300000 //ADC_F_Max = 16M or 8M (AVDD = 5V or 3V)
28 
29 extern uint32_t Open_Volume_Knob_Fail;
30 
31 extern void Open_Volume_Knob(void);
32 extern void Close_Volume_Knob(void);
33 extern uint32_t Get_Volume_Knob(void);
34 
35 #endif
36  /* end of group Nano130_Basic01_FUNCTIONS System Exported Functions */
37  /* end of group NuEdu-SDK-Nano130_Basic01 Nano130_Basic01 Library */
39  /* end of group NANO100_Library NANO100 Library */
41 
42 /*** (C) COPYRIGHT 2013-2014 Nuvoton Technology Corp. ***/
void Close_Volume_Knob(void)
uint32_t Get_Volume_Knob(void)
uint32_t Open_Volume_Knob_Fail
void Open_Volume_Knob(void)