搜索结果
找到约 27 项符合
Busy 的查询结果
按分类筛选
技术资料 armok01149446.rar
网上找到的AT45DB161D的源代码。
本库包含以下功能函数,函数名已经相当清楚了,就不介绍相应功能了,如果还不清楚请下载附件,里面有更详细的函数功能介绍:
void write_SPI (unsigned char data);
void DF_format (void);
void DF_page_earse (unsigned int page);
void DF_write_page (unsigned int page);
void D ...
单片机编程 采用18b20芯片的温度测量C51源程序
#include <reg51.h>#include<intrins.h>
#define&nbsp;&nbsp; BUSY1&nbsp;&nbsp;&nbsp; (DQ1==0) sbit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DQ1&nbsp;&nbsp;&nbsp; =&nbsp; P0^4;
unsigned char idata TMP; unsigned char idata TMP_d; unsigned char f; void wr_ds18_1(char dat);unsigned char rd_ds18_1();
/*************** ...
技术资料 基于单片机的自动浇花系统的设计
针对人们由于工作繁忙或出差而导致植物浇水难的问题,设计一个基于单片机的智能自动浇花系统。系统由单片机、电源电路、显示电路、土壤检测模块、按键电路和水泵电路组成。AT89C51单片机作为控制器,接收湿度传感模块YL-69测得的土壤湿度,当湿度小于设置的下限值时,水泵自动打开进行浇水,直到湿度大于设置的上限值,水泵自动关 ...
C/C++语言编程 c8051f330 C程序源代码
//------------------------------------------------------------------------------------//此程序为ADC转换程序,可以选择向ADC0BUSY写1或用定时器0,1,2,3作为ADC的启动信号。////------------------------------------------------------------------------------------//头文件定义//-------------------------------- ...
数据库系统 redis官方手册翻译
Redis 命令参考
1 Key(键) 1
1.1 DEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 DUMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 EXISTS . . . . . . . . . . . . . . . . . . . ...
单片机编程 12864液晶中文资料(电路,程序,图片)
带中文字库的128X64是一种具有4位/8位并行、2线或3线串行多种接口方式,内部含有国标一级、二级简体中文字库的点阵图形液晶显示模块;其显示分辨率为128&times;64, 内置8192个16*16点汉字,和128个16*8点ASCII字符集.利用该模块灵活的接口方式和简单、方便的操作指令,可构成全中文人机交互图形界面。可以显示8&times;4行 ...
接口技术 net_tcp.h
/*
*********************************************************************************************************
* &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; uC/TCP-IP V2
* &nbsp; &nbsp; &nbsp; ...