代码搜索:Mini

找到约 5,314 项符合「Mini」的源代码

代码结果 5,314
www.eeworm.com/read/114188/15065739

htm index.htm

Makefile (BM: suzhe) BBS水木清华站∶精华区 如何写一个简单的Makefile mini-HOWTO suzhe
www.eeworm.com/read/214708/15091062

s head.s

.global _start .include "init.inc" @ the mini_boot start here! _start: @ Exception vector table @ 0x00 Reset Supervisor b reset @ 0x04 Undefined instruction b . @ 0x08 Software Interrupt b . @ 0x0
www.eeworm.com/read/898/5302

c ps2.c

#include "ps2.h" #include "usart.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //Mini STM32开发板 //PS2 驱动代码 //正点原子@ALI
www.eeworm.com/read/898/5317

c adc.c

#include #include "adc.h" #include "delay.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //Mini STM32开发板
www.eeworm.com/read/898/5324

h wdg.h

#ifndef __WDG_H #define __WDG_H #include "sys.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //Mini STM32开发板 //看门狗 驱动代码
www.eeworm.com/read/898/5327

c key.c

#include #include "key.h" #include "delay.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //Mini STM32开发板
www.eeworm.com/read/898/5330

h 24cxx.h

#ifndef __24CXX_H #define __24CXX_H #include "myiic.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //Mini STM32开发板 //24C
www.eeworm.com/read/898/5338

h ds18b20.h

#ifndef __DS18B20_H #define __DS18B20_H #include "sys.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //Mini STM32开发板 //
www.eeworm.com/read/898/5339

c ds18b20.c

#include "ds18b20.h" #include "delay.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //Mini STM32开发板 //DS18B20 驱动代码 //
www.eeworm.com/read/898/5341

h timer.h

#ifndef __TIMER_H #define __TIMER_H #include "sys.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //Mini STM32开发板 //通用定时器 驱动