Arduino--点阵概述.pptVIP

  • 39
  • 0
  • 约6.15千字
  • 约 19页
  • 2016-04-28 发布于湖北
  • 举报
点阵显示控制 点阵显示控制 电路 电路 实验任务1硬件连接: 点阵第一行9脚连接arduino 6脚 电路 实验任务2 硬件连接: 实验一 程序(无库函数) const int row[] = {13,12,11,10,9,8,7,6};// row 5,2,7,1,12,8,14,9 (从最后一行开始) int k=0; const int col[] = { 5,4,3,2,14,15,16,17};//col 13,3,4,10,6,11,15,16(从第一列开始) unsigned char code0[]={0x00,0x00,0x7e,0x81,0x81,0x7e,0x00,0x00}; //数0 unsigned char code1[8] ={0x01,0x21,0x41,0xff,0x01,0x01,0x01,0x00}; //数1 unsigned char code2[8] = {0x00,0x21,0x43,0x85,0x89,0x51,0x21,0x00}; unsigned char code3[8] = { 0x00,0x42,0x81,0x89,0x95,0x62,0x00,0x00}; unsigned char code4[8]={0x00,0x18,0x28,0x48,0xff,0x08,0x08,0x00}; unsig

文档评论(0)

1亿VIP精品文档

相关文档