/*********************************************************
程序功能:单通道多次转换,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];
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注册
×
|