-
单片机电子密码锁
#include
#include
#include
#include //包含随机函数rand()的定义文件
#include //包含_nop_()函数定义的头文件
#define uchar unsigned char
#define uint unsigned int
#define LCDIO P0
#define delay4us() _nop_();_nop_();_nop_();_nop_();
uchar buffer[4]={0}; //缓冲
sbit sda=P3^3; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 00:10:04下载
- 积分:1
-
We all know the initial start operating system, the EXE file is not running, the...
大家知道在操作系统启动初始,EXE文件是无法运行的,这个工具就是一个把EXE文件转化为COM文件的工具,并提供了源代码供您分析。-We all know the initial start operating system, the EXE file is not running, the tool is a document put into EXE COM document tools, and provides the source code for your analysis.
- 2022-01-25 18:29:24下载
- 积分:1
-
avr单片机学习调试程序,在GCC环境下编译.非常好的学习资源
avr单片机学习调试程序,在GCC环境下编译.非常好的学习资源-avr m16 learning program, compiled in the GCC environment. a very good learning resources
- 2022-09-10 05:55:03下载
- 积分:1
-
mini2440裸机拼图游戏
运行在mini2440上,裸机开发,液晶屏为索尼的X35,在触摸屏驱动的基础上开发拼图游戏
- 2023-07-25 00:25:03下载
- 积分:1
-
建立两个任务AB,A可以挂起B,同时也可以恢复B
建立两个任务AB,A可以挂起B,同时也可以恢复B-Mission set up two AB, A can hang B, can also restore B
- 2022-02-16 07:31:54下载
- 积分:1
-
adxl345加速度计 51单片机
adxl345加速度计能测量x,y,z三轴的加速计及倾角,本程序是其与51单片机相连的测试程序,将测的加速度值显示在LCD1602上
- 2022-02-03 12:49:37下载
- 积分:1
-
仿真器ST20
如何使用
- 2022-08-15 23:35:55下载
- 积分:1
-
步进电机控制系统,如有需要可以下载参考下,或者实践下
步进电机控制系统,如有需要可以下载参考下,或者实践下-Stepper motor control system, reference can be downloaded, if necessary, or practice under the
- 2022-02-06 07:48:56下载
- 积分:1
-
液晶模块显示实例 实现字符的输入 以及液晶模块使用的注意事项
液晶模块显示实例 实现字符的输入 以及液晶模块使用的注意事项-Show examples of realization of character LCD module and LCD module uses the input Precautions
- 2023-03-29 03:35:03下载
- 积分:1
-
STM32103 数采程序
应用背景
数采装置可配合SQL数据库,实现数据采集并存储到服务器的功能,方便对采样数据进行分析、读取,为产品开发或设备的运行情况进行检测、检验,其实际用途颇广。
关键技术基于STM32F103芯片,自制数采装置,数采程序,可用于多路信号采集(如:电压、电流等信号),并通过串口上传至服务器,实现数据的采集。
- 2023-01-22 14:25:05下载
- 积分:1