基于msp430控制HS0038的程序 /*msp430.c*/ /*---430常用的系统子函数---------*/ #include #define uchar unsigned char #define uint unsigned int /*--------------------------------------*/ /*------------430软件复位--------------*/ void reset_mcu() {WDTCTL=0x0000; } /*--------------------------------*