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

📄 config.h

📁 at89c5131 实现 mass storage 的源码.
💻 H
字号:
//! @file config.h,v
//!
//! Copyright (c) 2004 Atmel.
//!
//! Please read file license.txt for copyright notice.
//!
//! This file contains the system configuration definition
//!
//! @version 1.2 c5131-mass-storage-virtual-1_0_6 $Id: config.h,v 1.2 2005/03/10 15:00:35 lguilhau Exp $
//!
//! @todo
//! @bug

#ifndef _CONFIG_H_
#define _CONFIG_H_


//_____ I N C L U D E S ____________________________________________________

#include "lib_mcu\compiler.h"                // Compiler definitions
#include "lib_mcu\mcu.h"                     // Register declaration
#include "lib_mcu\mcu_drv.h"                 // Component declaration


//_____ M A C R O S ________________________________________________________

#define  FOSC       16000

#endif  //! _CONFIG_H_

⌨️ 快捷键说明

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