代码搜索结果
找到约 10,000 项符合
AVR 的代码
avr-9_3_00.c
#include /*定义io*/
void main(void)
{
DDRD=0xFF; /*Port D输出*/
}
avr-9_3_3.c
#include
#include
void main(void)
{
char temp=0;
_EEPUT(0x10,temp);
_EEGET(temp,0x10);
}
avr-9_3_8.c
#include
#define uchar unsigned char
#define uint unsigned int
__flash uchar DATA_7SEG[ ]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,
0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};
uchar le
avr1280-9_a90.aps
avr1280-9_a9013-Apr-2009 14:28:5213-Apr-2009 14:29:44Object.bmp1
avr-9_3_6.c
#include
#define uchar unsigned char
#define uint unsigned int
void delay(uchar t)
{
uchar i,j;
for (i=0;i
avr-9_3_4.c
#include
#define BIT(x) (1
avr-9_3_5.c
#include
#define BIT(x) (1
avr-9_3_5.pbi
This is an internal working file generated by the Source Browser.
14:07 40s
E:\ding\B2000R_x\work\AVR1280_9-C\avr-9_3_5.c
E:\ding\B2000R_x\work\AVR1280_9-C\avr-9_3_5.c
--cpu=m1280
-ms
-o
E:\din