?? config.h
字號:
//#include "msp430x41x.h"//"msp430xE42x.h"
#ifndef __CONFIG_H__
#define __CONFIG_H__
#include <msp430xE42x.h>
#include <intrinsics.h>
#include <in430.h>
#include "LCD.h"
#define uchar unsigned char
#define uint unsigned int
#define ulnt unsigned long int
#define Num 64
extern void USART();
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -