⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.h

📁 一个两碟控制的VCD的代码,两碟之间的转动及连续播放,已大量生产的CODE.
💻 H
字号:
/* Copyright 1998, ESS Technology, Inc.					*//* SCCSID @(#)config.h	1.14 10/19/98 *//* * $Log$ */#ifndef _CONFIG_H_#define _CONFIG_H_#ifdef BD_DAYTONA#include "daytona.cfg"#endif#ifdef BD_DAYTONA2#include "daytona2.cfg"#endif#ifdef BD_DIABLO3#include "diablo3.cfg"#endif#if (BD_DVD3B || BD_DVD1)#include "dvd.cfg"#endif#ifdef BD_ES3207VA#include "es3207va.cfg"#endif#ifdef BD_STANFORD02#include "stan02.cfg"#endif#ifdef BD_SUBMARINER#include "submarin.cfg"#endif#ifdef BD_WEBVCDA1#include "webvcda1.cfg"#endif#if (BD_DEFACTO || BD_3210REVC)#include "defacto.cfg"#endif#ifdef BD_P315#include "eb_p315.cfg"#endif#ifdef BD_P315A#include "eb_p315a.cfg"#endif#ifdef BD_EB8X#include "eb_8x.cfg"#endif#ifdef BD_EB8XA#include "eb_8xa.cfg"#endif#ifdef BD_DVC90#include "dvc90.cfg"#endif#if (BD_TVM || BD_TVM5)#include "tvm.cfg"#endif/* * We'll get rid of the following #if when all configuration files * are established. */#if (BD_DAYTONA || BD_DAYTONA2 || BD_ES3207VA || BD_SUBMARINER || BD_WEBVCDA1 || BD_DEFACTO || BD_3210REVC)/*  * Some of the pins are unique to a small number of boards. For other * configurations, we'll just define them the empty in order to keep * preprocessor/compiler happy. */#ifndef DSA_FREE_CD#define	DSA_FREE_CD#endif#ifndef DSA_RESET_CD#define	DSA_RESET_CD#endif#ifndef SERVO_FREE_OPEN#define	SERVO_FREE_OPEN#endif#endif /* #if (BD_DAYTONA || BD_ES3207VA || BD_WEBVCDA1 || BD_DEFACTO) */#endif /* _CONFIG_H_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -