| AVR學習日志(二十四)-- INT0中斷計數(shù) | |
| 所屬分類:電路圖 | |
| 上傳者:ytfdhb | |
| 文檔大?。?span>85 K | |
| 標簽: avr | |
| 所需積分:0分積分不夠怎么辦? | |
| 文檔介紹:AVR學習日志(二十四)-- INT0中斷計數(shù)。#include <iom8515v.h> #include <macros.h> #define uchar unsigned char #define uint unsigned int //宏定義左移,右移函數(shù)crol為左移,cror為右移 #define crol(a,n) a=(a<<n)|(a>>(8-n)) #define cror(a,n) a=(a>>n)|(a<<(8-n)) | |
| 現(xiàn)在下載 | |
| VIP會員,AET專家下載不扣分;重復下載不扣分,本人上傳資源不扣分。 | |
Copyright ? 2005-2024 華北計算機系統(tǒng)工程研究所版權所有 京ICP備10017138號-2