一直很奇怪的头文件终于知道内容了。
很简单,就是官方的头文件放到了一起
- #ifndef __SMARTM_M0_H__
- #define __SMARTM_M0_H__
- /*
- -----------------------------------------------
- 目标平台头文件
- -----------------------------------------------
- */
- #include <stdint.h>
- #include <string.h>
- #include <stdio.h>
- #include "M051.h"
- #include "Register_Bit.h"
- #include "Common.h"
- #include "Macro_SystemClock.h"
- #include "Macro_Timer.h"
- #include "Typedef.h"
- #include "Macro_ADC.h"
- /*
- -----------------------------------------------
- 外设资源头文件
- -----------------------------------------------
- */
- #endif
ARM Cortex-M0轻松入门指南[迷你板].part1.rar
(4 MB, 下载次数: 81)
ARM Cortex-M0轻松入门指南[迷你板].part2.rar
(3.1 MB, 下载次数: 79)
|