?? main.c
字號:
//**********************************************************************//******
// MSP-EXP430F5438 Experimenter's Board - User Experience Demo
// D. Dang
// Texas Instruments Inc.
// Ver 1.00 - May 2008
// Ver 1.10 - Jan 2009
// * Review, documentation of code
// * Removal of code for production test
// * Additional support for MSP430EXP5438 Rev 1.x
// Built with Code Composer Essentials CCE v3.2
//**********************************************************************//******
#include <msp430x54x.h>
#include "MSP-EXP430F5438 HAL\hal_MSP-EXP430F5438.h"
void main(void)
{
WDTCTL = WDTPW+WDTHOLD; // Stop watchdog timer
UserExperience();
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -