at PORTC3_bit;sbitLCD_D5 at PORTC5_bit ;sbitLCD_D7 at PORTC7_bit ;sbitLCD_EN_Direction atDDC3_bit;sbitLCD_D4_Direction at D 浏览4提问于2015-12-24得票数0 1回答 你们能帮我解决这条蟒蛇圈吗?这让我很困惑 、 message = "ab"xor = ""for bit in str(message): xor = xor+'0' xo...
#include <REGX52.h>#define keypad P2sbitr2 = P2^1;sbitr4 = P2^3;sbit</ 浏览0提问于2017-03-23得票数 0 1回答 通过串口导入字符串,并在LCD显示屏上打印 、 RB5_bit;sbitLCD_D5 at RB1_bit;sbitLCD_D7 at RB3_bit;sbitLCD_EN_Direction at TRISB5_bit;sbitLCD_D5_...
//sbit rs = P1^0; //LCD数据/命令选择端(H/L)//sbit rw = P1^1; //LCD读/写选择端(H/L)//sbit ep = P1^2; //LCD使能控制 //sbit bz = io^7; //LCD忙标志位 define RS BIT7 define RW BIT6 define EN BIT5 /*---*/ //函数声明 void lcd_busy(...