common.h
来自「Kalman Filter PIC30F3011 testboard V3 源码」· C头文件 代码 · 共 23 行
H
23 行
/***********************************************************************
* *
* This file contains dsPic30F3011 specifics that are being used *
* by all the device-depended files. *
* *
***********************************************************************
* *
* Author: Tom Pycke *
* Filename: common.h *
* Date: 13/10/2007 *
* File Version: 1.00 *
* *
***********************************************************************/
#include <p30f3011.h>
// we're using the internal oscillator so it's running at 7.37MHz
#define FOSC 7372800
#define PLL 1
#define FCY FOSC*PLL/4
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?