© 1999-2048 dssz.net 粤ICP备11031372号
[硬件开发] MSP430G2553中使用ADC测温度的源程序和引脚说明
说明: 1602的RS接P2.0,RW接P2.1,E接P2.2 7~14的8个引脚接MSP430的P1.0~P1.7,其余按照1602引脚要求连接即可。 #include #define uchar unsigned char #define uint unsigned int #define P20 0 #define P21 1 #define P22 2 #define RS_CLR P2OUT &= ~(1 << P20) //RS置低 #define RS_SET P2OUT |<wylloong> 在 上传 | 大小:20480