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

📄 chip.h

📁 MSP430的I2C模块
💻 H
字号:
#ifndef __CHIP_H
#define __CHIP_H

//#define CHIP 13 //13x series of msp430
//#define CHIP 14 //14x series of msp430
//#define CHIP 15 //15x series of msp430
#define CHIP 16 //16x series of msp430
  #if CHIP==14 
   #include "msp430x14x.h"
  #elif CHIP==16
   #include "msp430x16x.h"
  #elif CHIP==13
   #include "msp430x13x.h"  
#endif

#include "string.h"

#endif

⌨️ 快捷键说明

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