conf_oid.h

来自「mp3播放器」· C头文件 代码 · 共 76 行

H
76
字号
//! @file conf_oid.h,v
//!
//! Copyright (c) 2004 Atmel.
//!
//! Please read file license.txt for copyright notice.
//!
//! This file contains the possible external configuration of the OID interface
//! All the default configuration for the OID controller will be put
//! here.
//! This file will be given to any external customer
//!
//! @version 1.28 snd3b-dvk-1_0_33 $Id: conf_oid.h,v 1.28 2006/12/08 16:21:57 sguyon Exp $
//!
//! @todo
//! @bug
#ifndef _CONF_OID_H_
#define _CONF_OID_H_

//_____ G E N E R I C   C O N F I G U R A T I O N __________________________

//! --- oid configuration ---
//! Values: - ENABLED  :enable oid
//!         - DISABLED : disable oid
//! Note: the OID and WIRELESS can't be enable in same time
#define OID                         DISABLED
//#define OID                         ENABLED

//! Values: - ENABLED  :enable WIRELESS
//!         - DISABLED : disable WIRELESS
//! Note: the OID and WIRELESS can't be enable in same time
//#define WIRELESS                    DISABLED
#define WIRELESS                    ENABLED

#define OID1                        0
#define OID2                        1

#define OID_AUTO_DETECT_2KB         FALSE
//#define OID_AUTO_DETECT_2KB         TRUE

#define OID_VERSION                 OID1


//! --- serial communication debug ---
//! Values: - ENABLED  :enable sio debug
//!         - DISABLED : disable sio debug
//#define ENABLE_DEBUG_SIO          ENABLE
#define	ENABLE_DEBUG_SIO          DISABLE

//! --- paster ---
//! Values: - ENABLED  :enable paster
//!         - DISABLED : disable paster
#define PASTER                    DISABLE
//#define PASTER                    ENABLE

//! --- ap3 ---
//! Values: - ENABLED  :enable ap3
//!         - DISABLED : disable ap3
//#define AP3                       DISABLE
#define AP3                       ENABLE

//! --- remote mp3 ---
//! Values: - ENABLED  :enable remote mp3
//!         - DISABLED : disable remote mp3
#define REMOTE_MP3                DISABLE
//#define REMOTE_MP3                ENABLE

//! --- beijing renai ---
//! Values: - ENABLED  :enable beijing renai
//!         - DISABLED : disable beijing renai
#define BEIJING_RENAI             DISABLE
//#define BEIJING_RENAI             ENABLE


#endif  // _CONF_OID_H_

⌨️ 快捷键说明

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