搜索资源列表
DHT21_MSP430F149
- 基于MSP430F149的温湿度传感器DHT21(又名AM2301)控制程序。 说明:空闲时单片机处于LPM3,若串口收到有效命令唤醒单片机开启采集,温湿度值以字符形式发送到串口,用串口调试助手即可观察。-Temperature and humidity sensors based on MSP430F149 DHT21 (also known as AM2301) control procedures. Note: when the MCU is in idle LPM3, if the
xxx
- //MSP430F149串口行实验程序 //使用ADC12采集实验,将采集到数据送向PC.(序列单次采集,采用定时器A作为时钟源) //P3.4为发送,P3.5为接收 晶体使32768HZ/8MHZ. 串行波特率B/S //使用SMCLK作为波特率发器时,不能使用LPM2,LPM3! -msp mcu c programming...