代码搜索:AVR

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

代码结果 10,000
www.eeworm.com/read/482048/6625702

c avr_test_1602_lm016l.c

#include #include #define control_port PORTC #define control_direct DDRC #define data_port PORTD #define data_direct DDRD #define RS PC0 //1 instruction 0 data #defin
www.eeworm.com/read/400169/11581842

pcb avr_jtag_protel_ascii_2_8.pcb

PCB FILE 6 VERSION 2.80 1 274 79 27 9 2 21 10 110 48 COMP XTAL 0 0 4000000 2300000 1 0 0 0 0 0 0 180.000 1 1 1 CS 0 0 3703000 2423000 60000 360.000 0 1 17 0 0 0 0 10000 1 0 0 Y1 CS 0 0 400000
www.eeworm.com/read/262109/11606683

avr 数码管显示1-8.avr

;汇编语言编写: .INCLUDE "8515DEF.INC" ;CPU配置文件 .ORG $0000 RJMP RESET ;上电复位跳转到主程序 .ORG $0013 ;代码段定位,跳过中断区 RESET: LDI R16,LOW(RAMEN
www.eeworm.com/read/344235/11898154

c avr+315m433.92m+1602.c

//======================================================================= //ATmega8+315M或433.92M的超再生接收头+1602六线控制的1602显示解到的码 //作者:朱海峰 //邮箱:ntzhf100@163.com QQ:543376422 // //===================
www.eeworm.com/read/257734/11914521

avr 数码管显示1-8.avr

;汇编语言编写: .INCLUDE "8515DEF.INC" ;CPU配置文件 .ORG $0000 RJMP RESET ;上电复位跳转到主程序 .ORG $0013 ;代码段定位,跳过中断区 RESET: LDI R16,LOW(RAMEN