main.h
来自「卡尔曼滤波(非矩阵)参考程序」· C头文件 代码 · 共 17 行
H
17 行
#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 + =
减小字号Ctrl + -
显示快捷键?