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

📄 main.h

📁 卡尔曼滤波(非矩阵)参考程序
💻 H
字号:
#ifndef _MAIN_H_
#define _MAIN_H_

#include <hidef.h>      /* common defines and macros */
#include <MC9S12XS128.h>     /* derivative information */
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include "analog.h"
#include "uart.h"
#include "timer0.h"
#include "outputdata.h"
#include "kem.h"
#pragma LINK_INFO DERIVATIVE "mc9s12xs128"

void Dly_ms(unsigned int ms);
#endif

⌨️ 快捷键说明

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