代码搜索:VFD驱动
找到约 10,000 项符合「VFD驱动」的源代码
代码结果 10,000
www.eeworm.com/read/261402/11648189
lst vfd.lst
C51 COMPILER V7.50 VFD 11/30/2007 02:15:57 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE VFD
OBJECT MODULE PLACED IN vfd
www.eeworm.com/read/258097/11886993
c vfd.c
/*
** FILE
** vfd.c
**
** DESCRIPTION
** handle VFD functions.
*/
#include "user_init.h"
#include "config.h"
#include "global.h"
#include "memmap.h"
#include "sio.h"
#include "vfdfunc.h"
www.eeworm.com/read/258097/11888017
h vfd.h
#ifndef __VFD_H
#define __VFD_H
#include "user_init.h"
#ifdef PMP_MCU810
#define CMD_PMP_IS_BUSY 0x83
#define CMD_PMP_IS_UNBUSY 0x82
#define CMD_PMP_POWER_OFF 0xe0
#define CMD_WRITE_
www.eeworm.com/read/258097/11888028
o vfd.o
www.eeworm.com/read/258097/11888061
d vfd.d
MIPS/vfd.o MIPS/vfd.d : \
vfd.c ../user_init.h ../h/ver.h \
../Customers/Intech/cfg_intech_8202s_816.h ../cust_def.h ../h/set.h \
../h/board.h ../sunplus_user.h ../h/config.h ../h/global.h \
..
www.eeworm.com/read/252522/12276954
dll vfd.dll
www.eeworm.com/read/252522/12276962
sys vfd.sys
www.eeworm.com/read/252522/12276972
exe vfd.exe
www.eeworm.com/read/150259/12301614
c vfd.c
** 描 述: VFD模块的驱动函数,
驱动芯片为 UPD16311
引脚连线见原理图
** 版 本:
******************************************************************/
#include "include.h"
// PIN 定义
//commands
#define
www.eeworm.com/read/337753/12342799
h vfd.h
#ifndef __VFDDEF_H__
#define __VFDDEF_H__
// Segments Defination
#define SEG_1 0x0001
#define SEG_2 0x0002
#define SEG_3 0x0004
#define SEG_4 0x0008
#define SEG_5 0x0010
#define S