代码搜索:MCU
找到约 10,000 项符合「MCU」的源代码
代码结果 10,000
www.eeworm.com/read/264640/11307814
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
www.eeworm.com/read/387332/8693028
c lcd_msg.c
#define __MESSAGE__
#include "Header\INCLUDE.H"
unsigned char GetKeyState(void)
{
unsigned char ucKeyState = 0;
#if (MCU_TYPE == MCU_STD8051)
#if (BOARD_TYPE == QA_PCB || BOARD_
www.eeworm.com/read/416123/11040864
c key_task.c
//key_task.c
#include "config.h" /* system configuration */
#include "lib_mcu\clock\clock.h" /* clock definition */
#include "lib_mcu\kbd\key_drv.h"
#include "mo
www.eeworm.com/read/315702/13537787
makefile
# makefile, written by guido socher
MCU=atmega8
CC=avr-gcc
OBJCOPY=avr-objcopy
# optimize for size:
CFLAGS=-g -mmcu=$(MCU) -Wall -Wstrict-prototypes -Os -mcall-prologues
#-------------------
.P
www.eeworm.com/read/403145/11521649
makefile
# MCU name
MCU = attiny2313
F_CPU = 8000000
# Output format. (can be srec, ihex, binary)
FORMAT = ihex
# Target file name (without extension).
TARGET = spokepov
# Optimization level, can be [0, 1,
www.eeworm.com/read/403145/11521666
makefile
# MCU name
MCU = attiny2313
F_CPU = 8000000
# Output format. (can be srec, ihex, binary)
FORMAT = ihex
# Target file name (without extension).
TARGET = spokepov
# Optimization level, can be [0, 1,
www.eeworm.com/read/403145/11521683
makefile
# MCU name
MCU = attiny2313
F_CPU = 8000000
# Output format. (can be srec, ihex, binary)
FORMAT = ihex
# Target file name (without extension).
TARGET = spokepov
# Optimization level, can be [0, 1,
www.eeworm.com/read/403145/11521703
makefile
# MCU name
MCU = attiny2313
F_CPU = 8000000
# Output format. (can be srec, ihex, binary)
FORMAT = ihex
# Target file name (without extension).
TARGET = spokepov
# Optimization level, can be [0, 1,
www.eeworm.com/read/403145/11521721
makefile
# MCU name
MCU = attiny2313
F_CPU = 8000000
# Output format. (can be srec, ihex, binary)
FORMAT = ihex
# Target file name (without extension).
TARGET = spokepov
# Optimization level, can be [0, 1,
www.eeworm.com/read/403145/11521738
makefile
# MCU name
MCU = attiny2313
F_CPU = 8000000
# Output format. (can be srec, ihex, binary)
FORMAT = ihex
# Target file name (without extension).
TARGET = spokepov
# Optimization level, can be [0, 1,