1. 首页
  2. 移动开发
  3. 其他
  4. AVR单片机对数码管数据P0口与P2口的控制设计

AVR单片机对数码管数据P0口与P2口的控制设计

上传者: 2020-08-14 19:04:52上传 PDF文件 48.13KB 热度 15次
//数码管数据P0口,数码管控制P2口 #include #include #include #include #include #define code PROGMEM #define uchar unsigned char #define uint unsigned int code const ucharLED_7[16] = {0x28, 0x7E, 0xA2, 0x62, 0x74, 0x61, 0x21, 0x7A, 0x20, 0x60,0xff};//common of + code const uchar position[8] = {0x7f,0xbf,
下载地址
用户评论