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

📄 include.h

📁 基于CC1100和ATMEGA128的无线通信程序
💻 H
字号:
#ifndef _INCLUDE_H
#define _INCLUDE_H
// Standard GCC include files for AVR
#include <avr/io.h>
#include <avr/pgmspace.h>
#include <avr/interrupt.h>
#include <string.h>
#include <avr/wdt.h>
#include <stdlib.h>
#include <stdio.h>
#include <avr/signal.h>
#include <ctype.h>
#include "common.h"
#include "TI_CC_Mega128.h"
#include "data.h"
#include "regssrf04.h"
#include "RegSettings_Link.h"
#include "TI_CC_Spi.C"
#include "Motion_Excute.C"

#endif

⌨️ 快捷键说明

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