-
单片机电子密码锁
#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
-
一种MNODEM的控制程序.采用状态机的机制实现.
一种MNODEM的控制程序.采用状态机的机制实现.-A control program MNODEM. The use of state machine mechanisms.
- 2023-08-09 15:30:03下载
- 积分:1
-
电子调速器源代码
用于无感无刷直流电机调速的电子调速器驱动程序。基于ATmega8单片机,使用C语言开发,此版本是基于MK电调程序最新版本0.42开发。源程序分为电调上电自检,电机启动,反电动势过零检测,IIC、PPM、串口信号接收,电流测试,电调地址设定等功能。是一个完善可以的电调驱动程序。
- 2022-06-03 14:11:02下载
- 积分:1
-
tcpdump for ctags
tcpdump for ctags-tcpdump for ctags
- 2022-02-09 15:22:24下载
- 积分:1
-
I2C接口设计文档
I2C接口设计文档-I2C connection design documents
- 2022-03-24 02:08:24下载
- 积分:1
-
5X7点阵显示
8051单片机的5x7点阵显示代码。这将显示连续滚动的字符串。 ;
- 2022-10-07 15:20:03下载
- 积分:1
-
智能平衡车+摄像头+IMU
资源描述智能平衡车+摄像头0x7620,内含多个IMU,mpu6050, mma845x,mma7660,等驱动,以及nrf2401,sd卡驱动……IAR6.7版本以上可直接运行
- 2022-05-06 23:41:10下载
- 积分:1
-
本文纤细的介绍了IIC总线原理。并介绍了嵌入式linux驱动的层次结构...
本文纤细的介绍了IIC总线原理。并介绍了嵌入式linux驱动的层次结构
-This article introduced the delicate Principle IIC bus. And introduced the embedded linux-driven hierarchical structure
- 2023-08-20 04:40:02下载
- 积分:1
-
这是一个基于飞利浦的RC500非接触IC卡读写器的程序设计。
这是一个基于飞利浦的RC500非接触IC卡读写器的程序设计。-This software is basic on Phili RC500 IC read/write hardware.
- 2022-03-25 02:03:12下载
- 积分:1
-
time and sleep function
this is sleep and time function, you can have a look. it is programming by c language, the gold of this program is achieve
1.how to use time functions to measure time
2. to understand program execution in a multi-task environment
3. to understand the concept of time drift
- 2022-09-10 12:50:03下载
- 积分:1