ioc8051f3xx.h
来自「8051试验程序 基础教材」· C头文件 代码 · 共 32 行
H
32 行
//-----------------------------------------------------------------------------
// c80513xx.h
//-----------------------------------------------------------------------------
// Copyright 2005 Silicon Laboratories, Inc.
// http://www.silabs.com
//
// Program Description:
//
// This file can be used to include either c8051f320.h, c8051f326.h,
// or c8051f340.h.
//
// How To Test: See Readme.txt
//
//
// FID 3XX000030
// Target: C8051F32x/C8051F340
// Command Line: See Readme.txt
// Project Name: F3xx_MouseExample
//
// Release 1.0
// -Initial Revision (PD)
// -07 DEC 2005
//
#ifndef _ioC8051f32x_H_
#define _ioC8051f32x_H_
#include <ioC8051F326.h>
#endif /* _c8051f32x_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?