/*********************************************************
程序功能:单通道多次转换,MCU的片内ADC对P6.0端口的电压
进行转换将模拟电压值显示在1602液晶上。 完成日期:2011—7—9 修改:无
*********************************************************/
#include <msp430x15x.h> #include"1602.h" #include"define.h"
#define num_of_results 32
static uint results[num_of_results];
MSP430-AD单通道多次转换C程序.pdf
(192.74 KB)
|