hal_msp-exp430f5438.h

来自「msp430 test code and examples for using 」· C头文件 代码 · 共 23 行

H
23
字号
/*******************************************************************************
    Filename: hal_MSP-EXP430F5438.h

    Copyright 2008 Texas Instruments, Inc.
    
This is the master header file and also the only necessary file to be included
in order to use MSP-EXP430F548 HAL.          
***************************************************************************/

#ifndef HAL_MSP_EXP430F5438_H
#define HAL_MSP_EXP430F5438_H

#include "hal_lcd.h"
#include "hal_buttons.h"
#include "hal_adc.h"
#include "hal_board.h"
#include "hal_usb.h"
#include "hal_buttons.h"
#include "hal_rf.h"
#include "hal_rtc.h" 

#endif

⌨️ 快捷键说明

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