搜索:P21
找到约 2 项符合「P21」的查询结果
结果 2
按分类筛选
https://www.eeworm.com/dl/647/465968.html
嵌入式/单片机编程
//温度数码管显示演示程序 //数码管位选信号 :由右到左为P20、P21、P22、P23、P24、P33 //数码管数据线 :P0口 //数码管数字码 :0 0xC0
//温度数码管显示演示程序
//数码管位选信号 :由右到左为P20、P21、P22、P23、P24、P33
//数码管数据线 :P0口
//数码管数字码 :0 0xC0 1 0xF9 2 0xA4 3 0xB0 4 0x99 5 0x92 6 0x82 7 0xF8 8 0x80 9 0x90
//数码管带点码 :0 0x40 1 0x79 2 0x24 3 0x30 4 0x19 5 0x12 6 0x02 7 0x ...
https://www.eeworm.com/dl/841702.html
技术资料
LCD1602+ADC0832制作的数字电压表
//LCD1602+ADC0832制作的数字电压表/接口方式:模拟口线#include<reg52.h>#include<intrins.h>#define uchar unsigned char#define uint unsigned int#define IO_1602 PO//IOsbit RS_1602=P20;sbit RW_1602=P21;sbit E_1602=P22;sbit CS=P10;sbit CLK=P1^1;sbit DIO=P12; ...