代码搜索:如何学习 HC?
找到约 10,000 项符合「如何学习 HC?」的源代码
代码结果 10,000
www.eeworm.com/read/454519/7388026
cof hc595.cof
www.eeworm.com/read/454519/7388029
mak hc595.mak
CC = iccavr
CFLAGS = -ID:\icc\include\ -ID:\avrvi\AVRVi_m128_Starter_Kit\Seg7\source -e -DATMEGA -DATMega128 -l -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LD:\icc\lib\ -g -ucrtatmeg
www.eeworm.com/read/454519/7388030
hex hc595.hex
:040000000C946600F6
:040038000C94A30081
:14008C003F065B4F666D7D077F6F777C395E79710000007A3E
:1400A000440000C8420000104100000047000020410000C63F
:1400B4004200C07944ACC52737FFFFFF7F00000000008000AE
www.eeworm.com/read/454519/7388033
o hc595.o
XL
H 5 areas 19 global symbols
M hc595.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S cmp32f Ref0000
S sub32f Ref0000
S mod16u Ref0000
S div16u Ref0000
S _delay_nus Ref0000
S fp2int Ref0000
www.eeworm.com/read/454519/7388038
lst hc595.lst
__start:
__text_start:
0066 EFCF LDI R28,0xFF
0067 E1D0 LDI R29,0x10
0068 BFCD OUT 0x3D,R28
0069 BFDE OUT 0x3E,R29
006A 51C0 SUBI R28,0x10
006B
www.eeworm.com/read/454519/7388040
s hc595.s
.module hc595.c
.area lit(rom, con, rel)
_Seg7_Data::
.byte 63,6
.byte 91,'O
.byte 'f,'m
.byte 125,7
.byte 127,'o
.byte 'w,124
.byte 57,94
.byte 'y,'q
.byte 0
.dbfile D:\avrvi\
www.eeworm.com/read/454519/7388042
dbg hc595.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR D:\avrvi\AVRVi_m128_Starter_Kit\Seg7\source\lib\
FILE hc595.c
DEFGLOBAL Seg7_Data 8C A[17:17]kc
DIR D:\avrvi\AVRVi_m128_Starter_Kit\Seg7\source\
www.eeworm.com/read/454517/7388061
h hc595.h
/************************************************
文件:hc595.h
用途:
注意:内部8M晶振
创建:2008.4.1
修改:2008.4.1
Copy Right (c) www.avrvi.com AVR与虚拟仪器
************************************************/
#i
www.eeworm.com/read/454517/7388064
_h hc595._h
#ifndef __HC595_H__
#define __HC595_H__
#define OE_PORT PORTC
#define OE_PIN PINC
#define OE_DDR DDRC
#define OE 7
#define Seg7_Bitselect_PORT PORTB
#define Seg7_Bitselect_PIN PINB
#define