-
LCD
51单片机控制12864液晶,适合初学者入门使用,简单方面,易于移植(51 12864 LCD, suitable for beginners to use, simple terms, easy to transplant)
- 2013-12-16 17:02:36下载
- 积分:1
-
内部温度传感器实验
说明: STM32有一个内部的温度传感器,可以用来测量CPU及周围的温度。(STM32 has an internal temperature sensor, which can be used to measure the temperature of CPU and its surroundings.)
- 2020-04-09 09:57:52下载
- 积分:1
-
123
Crome ShortCut lollol
- 2015-05-19 23:15:49下载
- 积分:1
-
dingshiqi
一个简单的定时器定时0.5s和1s程序,指在教导新手如何使用定时器(A simple timer timer 0.5s and 1s procedures, means to teach novices how to use the timer)
- 2013-08-01 17:03:34下载
- 积分:1
-
tangshan
唐山某煤矿污水站电气设计项目资料,包含电气图纸,PLC备份,上位机程序(S7300+组态王)是新手学习西门子编程通信的好帮手(Tangshan sewage station electrical design of a coal mine project includes electrical drawings, PLC backup the host machine the program (S7300+ Kingview) is a good helper for novice learning Siemens programming communication)
- 2020-09-08 20:18:04下载
- 积分:1
-
18b20Temperature
温度传感器18b20用C51控制,可以实现功能。操作简单,程序易懂适合入门(Temperature sensor 18b20 with C51 control function can be achieved. Simple, easy to understand procedures for entry)
- 2013-12-15 18:47:59下载
- 积分:1
-
blsj
自动化设备:玻璃升降器试验台程序,c++代码备份(Automation Equipment: glass hoist test rig program, c++ code for a backup)
- 2016-03-29 09:50:50下载
- 积分:1
-
中移物联 M5310A C
说明: 中移物联M5310A的基于C的软件代码,对学习NB-IOT的使用有较大帮助(The C-based software code of China Mobile IOT m5310a is helpful for learning the use of nb-iot)
- 2019-11-24 08:32:19下载
- 积分:1
-
hsr_netlink
This header, excluding the ifdef __KERNEL__ part, is BSD licensed so anyone can use the definitions to implement compatible drivers servers.
- 2015-07-12 22:06:24下载
- 积分:1
-
DatamemoryEEPROM24C02
/*EEPROM24C02,程序将对存储器进行读和写,因此涉及到键盘程序,比较复杂,耐心学,*/#include <reg51.h>#include <intrins.h>#define W24C020xA0//存储器的写地址
#define R24C02 0xA1 //存储器的读地址
#define MSB 0x80 //8位二进制最高位置1
#define LSB 0x01 //8位二进制最低位置1
(/* EEPROM24C02, program will read and write memory, it involves the keyboard program, more complex, patient study,* /# include <reg51.h># Include <intrins.h># Define W24C020xA0// write the memory address# define R24C02 0xA1// read memory address# define MSB 0x80// 8 bit binary highest position 1# define LSB 0x01// 8 bit binary lowest 1)
- 2010-06-05 18:30:50下载
- 积分:1