代码搜索结果

找到约 10,000 项符合 EEPROM 的代码

makefile

############################################################################### # Makefile for the project lt-mini-m16-test ##########################################################################

mc9s12dp256_flat.prm

NAMES END SEGMENTS RAM = READ_WRITE 0x1000 TO 0x3FFF; /* unbanked FLASH ROM */ ROM_4000 = READ_ONLY 0x4000 TO 0x7FFF; ROM_C000 = READ_ONLY 0xC000 TO 0xFEFF; E

makefile

# MCU name # 单片机类型 参考格式是:atmega8 / at90s2313 / attiny15 #MCU = atmega8 MCU_TARGET = atmega8 # Processor frequency. # 系统时钟频率(Hz),用于生成延时 _delay_us() _delay_ms() 见delay.h # This will define a s

makefile

# This is the makefile for the WhereAVR tracker. # Please note that leaving OPTIMIZE at -O2 is critical to operation. PRG = main OBJ = Main.o \ ADC.o \ ax25.o

main.cpp

/*========================================== G2101-main.cpp OSC 8.000 ==========================================*/ #include"ioavr.h" #include"mcu.h" #include"ps2_keyboard.h" #define LEDon()

i2c_demo.c.bak

// *************** I2C driver Demo V 1.0 ************* // 通用性的 IO模拟方式的I2C接口操作 // 最大400KCLK@1.8V // ******************************************************* #include #include

i2c_demo.c

// *************** I2C driver Demo V 1.0 ************* // 通用性的 IO模拟方式的I2C接口操作 // 最大400KCLK@1.8V // ******************************************************* #include #include

x5045.c

/********************************************************************************************************* * x5045读写控制 *

makefile

PRG = yinyue OBJ = yinyue.o MCU_TARGET = atmega128 OPTIMIZE = -O2 DEFS = LIBS = # You should not have to change anything below here. C

makefile

PRG =usart3_step_lcd OBJ =usart3_step_lcd.o MCU_TARGET = atmega128 OPTIMIZE = -O2 DEFS = LIBS = # You should not have to change anything b