内容简介:(2). 把“单片机系统”区域中的P1端口用8芯排芯连接到“点阵模块”区域中的“DC1-DC8”端口上;4. 程序设计内容 (1). 数字0-9点阵显示代码的形成 如下图所示,假设显示数字“0”1 2 3 4 5  6 include#include#includevoid PrintNum(int n){switch(n){case 0:printf("***")...
用户评论
havenhome