代码搜索:PLC学习
找到约 10,000 项符合「PLC学习」的源代码
代码结果 10,000
www.eeworm.com/read/898/6232
c ps2.c
#include "ps2.h"
#include "usart.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Mini STM32开发板
//PS2 驱动代码
//正点原子@ALI
www.eeworm.com/read/898/6247
c adc.c
#include
#include "adc.h"
#include "delay.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Mini STM32开发板
www.eeworm.com/read/898/6254
h wdg.h
#ifndef __WDG_H
#define __WDG_H
#include "sys.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Mini STM32开发板
//看门狗 驱动代码
www.eeworm.com/read/898/6257
c key.c
#include
#include "key.h"
#include "delay.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Mini STM32开发板
www.eeworm.com/read/898/6260
h 24cxx.h
#ifndef __24CXX_H
#define __24CXX_H
#include "myiic.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Mini STM32开发板
//24C
www.eeworm.com/read/898/6268
h ds18b20.h
#ifndef __DS18B20_H
#define __DS18B20_H
#include "sys.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Mini STM32开发板
//
www.eeworm.com/read/898/6269
c ds18b20.c
#include "ds18b20.h"
#include "delay.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Mini STM32开发板
//DS18B20 驱动代码
//
www.eeworm.com/read/898/6271
h timer.h
#ifndef __TIMER_H
#define __TIMER_H
#include "sys.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Mini STM32开发板
//通用定时器 驱动
www.eeworm.com/read/898/6272
c sys.c
#include
#include "sys.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Mini STM32开发板
//系统时钟初始化
/
www.eeworm.com/read/898/6273
h sys.h
#ifndef __SYS_H
#define __SYS_H
#include
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Mini STM32开发板
//