代码搜索结果
找到约 10,000 项符合
AVR 的代码
avr jtag
Field=Comment~String~Comment~100|Field=Description~String~Description~100|Field=Designator~String~Designator~100|Field=Footprint~String~Footprint~100|Field=LibRef~String~LibRef~100|Field=Value~String~
avr时钟汇编程序.avr
;LCD显示程序,8M
;有1K字节的SRAM
.include "m16def.inc"
.equ rs=0
.equ rw=1
.equ en=2 ;PB口
;时钟寄存器于SRAM中(共有512个字节SRAM)
.equ second=0x0000 ;秒
.equ min=0x0001 ;分
.equ hour=0x0002 ;时
.equ buffer=0x0
avr时钟汇编程序.avr
;LCD显示程序,8M
;有1K字节的SRAM
.include "m16def.inc"
.equ rs=0
.equ rw=1
.equ en=2 ;PB口
;时钟寄存器于SRAM中(共有512个字节SRAM)
.equ second=0x0000 ;秒
.equ min=0x0001 ;分
.equ hour=0x0002 ;时
.equ buffer=0x0
avr时钟汇编程序.avr
;LCD显示程序,8M
;有1K字节的SRAM
.include "m16def.inc"
.equ rs=0
.equ rw=1
.equ en=2 ;PB口
;时钟寄存器于SRAM中(共有512个字节SRAM)
.equ second=0x0000 ;秒
.equ min=0x0001 ;分
.equ hour=0x0002 ;时
.equ buffer=0x0