代码搜索:MCU

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

代码结果 10,000
www.eeworm.com/read/416123/11040838

c song_task.c

#include "config.h" /* system configuration */ #include "lib_mcu\lcd\lcd_drv.h" #include "modules\file\file.h" /* file definition */ #include "lib_mcu\clock
www.eeworm.com/read/206560/15293692

txt avrdude_atmega8.txt

Using HABL on Atmega8 The makefile must be edited, by default it will compile for atmega88. Find: MCU=atmega88 Change it to: MCU=atmega8 Then run: make clean make Prog
www.eeworm.com/read/10073/180961

h io.h

#ifndef __MCU_IO_DEFINE_H_ #define __MCU_IO_DEFINE_H_ #include "c8051f320.h" sbit INIT_B = P3^0; #endif
www.eeworm.com/read/10073/180987

h io.h

#ifndef __MCU_IO_DEFINE_H_ #define __MCU_IO_DEFINE_H_ #include "c8051f320.h" sbit INIT_B = P3^0; #endif
www.eeworm.com/read/414785/11101660

h h323.h

/* * mcu.h * * H323 routines for a simple MCU * * Copyright (C) 1993-1998 Equivalence Pty. Ltd. * Copyright (C) 2006 Post Increment * * The contents of this file are subject to the Moz
www.eeworm.com/read/351468/10648947

asm led.asm

;;;================================================================= ;;FUNCTION: DTYNAMIC 24X16 DOT-MATRIX LED DISPLAY ROGRAM ;; Edit by maggie 06-08 ;;MASTER MCU:HT48R10A,SLAVER MCU:HT1632 ;
www.eeworm.com/read/416123/11040750

c remote_drv.c

#include "config.h" /* lib configuration header */ #include "remote_drv.h" #include "lib_mcu\timer\timer_drv.h" /* timer driver definition */ #include "lib_mcu\lcd\
www.eeworm.com/read/321607/13402726

c fm25040.c

/********************************************************/ /* 硬件操作程序 */ /* MCU 型号: upsd32xx */ /* MCU时钟频率: 22.1184MHz */ /* 开发环境: Keil C51 V7.09 */ /* 开发日期: 2004.03.9- */ /*
www.eeworm.com/read/403141/11521909

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