代码搜索:5512 开发教程

找到约 10,000 项符合「5512 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/424370/10456780

i cs5512.i

#pragma used+ sfrb TWBR=0; sfrb TWSR=1; sfrb TWAR=2; sfrb TWDR=3; sfrb ADCL=4; sfrb ADCH=5; sfrw ADCW=4; sfrb ADCSRA=6; sfrb ADMUX=7; sfrb ACSR=8; sfrb UBRRL=9; sfrb UCSRB=0xa; sf
www.eeworm.com/read/424370/10456785

aps 5512_cof.aps

5512_cof03-Feb-2009 15:03:5303-Feb-2009 15:03:53Object.bmp103
www.eeworm.com/read/424370/10456787

rom cs5512.rom

000000:940C 000001:0123 000002:940C 000003:0000 000004:940C 000005:0000 000006:940C 000007:0000 000008:940C 000009:0000 00000A:940C 00000B:0000 00000C:940C 00000D:0000 00000E:940C 00000
www.eeworm.com/read/424370/10456799

aws 5512_cof.aws

www.eeworm.com/read/424370/10456812

vec cs5512.vec

;INTERRUPT VECTORS JMP __RESET JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0x00 JMP 0
www.eeworm.com/read/424370/10456821

c~ cs5512.c~

#include void Timer0_init(void) { TCCR0 = 0x00;//停止定时器 TCNT0 = 0x00;//初始值 OCR0 = 0x06;//匹配值 TIMSK |= 0x02;//中断允许 TCCR0 = 0x0a;//CTC , 8分频 } interrupt [TIM0_COMP] void
www.eeworm.com/read/424370/10456876

lst cs5512.lst

www.eeworm.com/read/424370/10456921

map cs5512.map

CodeVisionAVR C Compiler V1.25.9 Standard (C) Copyright 1998-2008 Pavel Haiduc, HP InfoTech s.r.l. http://www.hpinfotech.com File: C:\Documents and Settings\Administrator\桌面\5512_C\cs5512.c Glob
www.eeworm.com/read/424370/10456953

inc cs5512.inc

_tab_char: .DB 0x0,0x3C,0x66,0x42,0x42,0x66,0x3C,0x0 .DB 0x0,0x10,0x1C,0x10,0x10,0x10,0x3C,0x0 .DB 0x0,0x3C,0x42,0x60,0x1C,0x2,0x7E,0x0 .DB 0x0,0x3C,0x42,0x38,0x40,0x42,0x3C,0x0 .DB 0
www.eeworm.com/read/424370/10456973

c cs5512.c

#include void Timer0_init(void) { TCCR0 = 0x00;//停止定时器 TCNT0 = 0x00;//初始值 OCR0 = 0x06;//匹配值 TIMSK |= 0x02;//中断允许 TCCR0 = 0x0a;//CTC , 8分频 } interrupt [TIM0_COMP] void