board.h
来自「msp430fg4618 LCD 显示程序」· C头文件 代码 · 共 28 行
H
28 行
#ifndef BOARD_H
#define BOARD_H
#include <msp430xG46x.h>
// Typedefs
typedef unsigned char UInt8;
typedef char Int8;
typedef unsigned int UInt16;
typedef int Int16;
// Port Pins
#define PIN0 BIT0
#define PIN1 BIT1
#define PIN2 BIT2
#define PIN3 BIT3
#define PIN4 BIT4
#define PIN5 BIT5
#define PIN6 BIT6
#define PIN7 BIT7
#define LCD_TEST 1 // Set to 1 to include LCD test functions
#endif // Board_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?