代码搜索:AVR微处理器

找到约 10,000 项符合「AVR微处理器」的源代码

代码结果 10,000
www.eeworm.com/read/257734/11914512

avr 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
www.eeworm.com/read/293462/8293873

avr 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
www.eeworm.com/read/292412/8354578

avr 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
www.eeworm.com/read/292252/8365408

lib avr.lib

www.eeworm.com/read/292113/8376743

doc avr.doc

www.eeworm.com/read/291961/8385108

c avr.c

/* * avrdude - A Downloader/Uploader for AVR device programmers * Copyright (C) 2000-2004 Brian S. Dean * * This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/291961/8385359

h avr.h

/* * avrdude - A Downloader/Uploader for AVR device programmers * Copyright (C) 2000-2004 Brian S. Dean * * This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/290595/8473520

__avr_gdbinit

define reset SIGNAL SIGHUP end file main.elf target remote localhost:4242 break main
www.eeworm.com/read/387539/8667608

exe avr.exe