代码搜索:VFD驱动
找到约 10,000 项符合「VFD驱动」的源代码
代码结果 10,000
www.eeworm.com/read/140793/13061597
asm vfd.asm
;************************************
;ster program
;crystal:3.58MHz
;MCU: PIC16C54(CF745 or MDT2005 or EM78P156 or NT66P20A)
;************************************
; LIST P=16C54,F=INHX8M
; P
www.eeworm.com/read/318512/13476788
c vfd.c
#include
#include
#include
#include "VTypes.h"
#include "XDP512Regs.h"
#include "XGVectors.h"
#include "Globals.h"
#include "GDIC.h"
#include "MSCAN.h"
#include
www.eeworm.com/read/318512/13476814
c vfd.c
#include
#include
#include
#include "VTypes.h"
#include "XDP512Regs.h"
#include "XGVectors.h"
#include "Globals.h"
#include "GDIC.h"
#include "MSCAN.h"
#include
www.eeworm.com/read/152695/5670640
c vfd.c
/*
* (C) Copyright 2001
* Wolfgang Denk, DENX Software Engineering -- wd@denx.de
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; yo
www.eeworm.com/read/140467/5792071
c vfd.c
/*
* (C) Copyright 2001
* Wolfgang Denk, DENX Software Engineering -- wd@denx.de
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; yo
www.eeworm.com/read/128965/5978489
c vfd.c
/*
* (C) Copyright 2001
* Wolfgang Denk, DENX Software Engineering -- wd@denx.de
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; yo
www.eeworm.com/read/320737/6311853
c vfd.c
/************************************/
//VFD驱动程序开始
//
/************************************/
#define SETBIT(ADDRESS,BIT) (ADDRESS |= (1
www.eeworm.com/read/264890/11295702
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"