woshinh 发表于 2025-4-29 15:37 // 反转(RW):P1.1=0, P1.2=1 #define RW do { P1 = (P1 & 0xF9) | 0x02; } while(0)