精品国产人成在线_亚洲高清无码在线观看_国产在线视频国产永久2021_国产AV综合第一页一个的一区免费影院黑人_最近中文字幕MV高清在线视频

電子發燒友App

硬聲App

0
  • 聊天消息
  • 系統消息
  • 評論與回復
登錄后你可以
  • 下載海量資料
  • 學習在線課程
  • 觀看技術視頻
  • 寫文章/發帖/加入社區
會員中心
創作中心

完善資料讓更多小伙伴認識你,還能領取20積分哦,立即完善>

3天內不再提示
電子發燒友網>電子資料下載>嵌入式開發>AVR單片機對數碼管數據P0口與P2口的控制設計資料下載

AVR單片機對數碼管數據P0口與P2口的控制設計資料下載

2021-04-11 | pdf | 61.85KB | 次下載 | 3積分

資料介紹

//數碼管數據P0口,數碼管控制P2口#include#include#include#include#include#define code PROGMEM#define uchar unsigned char#define uint unsigned intcode const ucharLED_7[16] = {0x28, 0x7E, 0xA2, 0x62, 0x74, 0x61, 0x21, 0x7A, 0x20, 0x60,0xff};//common of +code const uchar position[8] = {0x7f,0xbf,0xdf,0xef,0xf7,0xfb,0xfd,0xfe};ucharTIme[4]; //時間計數volaTIle uchar disp_buff[8]; //顯示緩沖區volaTIle ucharTIme_count = 0;volatile uchar point_on = 0;volatile uchar posit = 0;volatile uchar time_10ms_ok = 0;void time_to_dispbuff(void);void time1_init(void);void time0_init(void);void display(void);int main(void){PORTA = 0xff;DDRA = 0xff;PORTC = 0xff;DDRC = 0xff;time[0] = 00;//1/10sectime[1] = 30;//sectime[2] = 59;//minutetime[3] = 23;//hourtime_to_dispbuff();time1_init();sei();while(1){if(time_10ms_ok){time_10ms_ok = 0;if(++time[0]》=100){time[0] = 0;point_on = ~point_on;if(++time[1]》=60){time[1] = 0;if(++time[2]》=60){time[2] = 0;if(++time[3]》=24){time[3] = 0;}}}}time_to_dispbuff();}}}void time0_init(void){TCCR0 = 0x05;TCNT0 = 0xea;TIFR |= 0x02;TIMSK |= 0x02;}void time1_init(void){TCCR1A = 0x00;TCCR1B = 0x01;TCNT1 = 0xa99a;//TCNT1H = 0xa9;//TCNT1L = 0x9a;TIFR |= 0x80;TIMSK |= 0x80;}SIGNAL(SIG_OVERFLOW1){TCNT1 = 0xa99a;display();if(++time_count 》=5){time_10ms_ok = 1;time_count = 0;}}void display(void){PORTC = 0xff;PORTA = pgm_read_byte(&led_7[disp_buff[posit]]);if(point_on && ((posit==2)||(posit==4)||(posit==6)))PORTA &= 0x7f;PORTC = pgm_read_byte(&position[posit]);if(++posit》=8)posit = 0;}void time_to_dispbuff(void){uchar i,j=0;for(i=0;i《=3;i++){
下載該資料的人也在下載 下載該資料的人還在閱讀
更多 >

評論

查看更多

下載排行

本周

  1. 1TC358743XBG評估板參考手冊
  2. 1.36 MB  |  330次下載  |  免費
  3. 2開關電源基礎知識
  4. 5.73 MB  |  6次下載  |  免費
  5. 3100W短波放大電路圖
  6. 0.05 MB  |  4次下載  |  3 積分
  7. 4嵌入式linux-聊天程序設計
  8. 0.60 MB  |  3次下載  |  免費
  9. 5基于FPGA的光纖通信系統的設計與實現
  10. 0.61 MB  |  2次下載  |  免費
  11. 6基于FPGA的C8051F單片機開發板設計
  12. 0.70 MB  |  2次下載  |  免費
  13. 751單片機窗簾控制器仿真程序
  14. 1.93 MB  |  2次下載  |  免費
  15. 8基于51單片機的RGB調色燈程序仿真
  16. 0.86 MB  |  2次下載  |  免費

本月

  1. 1OrCAD10.5下載OrCAD10.5中文版軟件
  2. 0.00 MB  |  234315次下載  |  免費
  3. 2555集成電路應用800例(新編版)
  4. 0.00 MB  |  33564次下載  |  免費
  5. 3接口電路圖大全
  6. 未知  |  30323次下載  |  免費
  7. 4開關電源設計實例指南
  8. 未知  |  21548次下載  |  免費
  9. 5電氣工程師手冊免費下載(新編第二版pdf電子書)
  10. 0.00 MB  |  15349次下載  |  免費
  11. 6數字電路基礎pdf(下載)
  12. 未知  |  13750次下載  |  免費
  13. 7電子制作實例集錦 下載
  14. 未知  |  8113次下載  |  免費
  15. 8《LED驅動電路設計》 溫德爾著
  16. 0.00 MB  |  6653次下載  |  免費

總榜

  1. 1matlab軟件下載入口
  2. 未知  |  935054次下載  |  免費
  3. 2protel99se軟件下載(可英文版轉中文版)
  4. 78.1 MB  |  537796次下載  |  免費
  5. 3MATLAB 7.1 下載 (含軟件介紹)
  6. 未知  |  420026次下載  |  免費
  7. 4OrCAD10.5下載OrCAD10.5中文版軟件
  8. 0.00 MB  |  234315次下載  |  免費
  9. 5Altium DXP2002下載入口
  10. 未知  |  233046次下載  |  免費
  11. 6電路仿真軟件multisim 10.0免費下載
  12. 340992  |  191185次下載  |  免費
  13. 7十天學會AVR單片機與C語言視頻教程 下載
  14. 158M  |  183278次下載  |  免費
  15. 8proe5.0野火版下載(中文版免費下載)
  16. 未知  |  138040次下載  |  免費