vfd_drv_gpio.c
资源名称:8202s.rar [点击查看]
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:1k
源码类别:
DVD
开发平台:
C/C++
- /*
- history:
- 2004-7-19 14:43
- wanghaoying move the following functions for nec16312 here
- 2004-7-7 14:25
- lijd
- Process 16312sw use for:
- 1. extern pannel key
- 2. volume button
- note: need define NEC16312SW in cust_def.h
- */
- /*
- ** FUNCTION
- ** polling_vfdr
- **
- ** DESCRIPTION
- ** check if polling-ready
- */
- void polling_vfdr(void) //nec16321 type vfd
- {
- #if defined(GPIO_KEY_LIGHT)//SUPPORT_VFD nono 3-8-18 14:41
- check_gpio_keylight_status();
- #elif defined(USE_VFDPORT_TRANDATA)
- Communication_And_MCU4051();
- #endif//SUPPORT_VFD
- }