NANO100_BSP V3.04.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
29extern uint32_t Open_Volume_Knob_Fail;
30
31extern void Open_Volume_Knob(void);
32extern void Close_Volume_Knob(void);
33extern uint32_t Get_Volume_Knob(void);
34
35#endif /* 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. ***/
uint32_t Open_Volume_Knob_Fail
void Close_Volume_Knob(void)
void Open_Volume_Knob(void)
uint32_t Get_Volume_Knob(void)