derivative.h
来自「加速度信息采集程序.主要是通过界面显示物体移动的信息采集。」· C头文件 代码 · 共 13 行
H
13 行
/*
* Note: This file is recreated by the project wizard whenever the MCU is
* changed and should not be edited by hand
*/
/* Include the derivative-specific header file */
#include "board_config.h"
#if (TARGET_BOARD == MC1320x_S08QE128_EVB)
#include <MC9S08QE128.h>
#else
#include <MC9S08GB60.h>
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?