-
Arduino 以太网通信代码 enc28j60 网络接口芯片
Arduino 以太网通信代码,这基于以太网芯片 enc28j60 网络接口,这段代码是由两个模块、 客户端模块和服务器模块侦听端口 9760 和 9766 口岸发送数据的服务器模块
- 2022-06-03 03:30:53下载
- 积分:1
-
parted-3.0.tar,使用GPT分区,支持超过4T的硬盘分区
parted-3.0.tar,使用GPT分区,支持超过4T的硬盘分区
- 2022-07-24 09:10:11下载
- 积分:1
-
VCHOME数据库_嵌入式编程
VCHOME资料库_嵌入式编程-VCHOME database _ embedded programming
- 2022-03-07 21:09:30下载
- 积分:1
-
44b0(arm)初始化程序,代码可以通用,方便嵌入式系统的开发
44b0(arm)初始化程序,代码可以通用,方便嵌入式系统的开发-44b0 (arm) initialization procedure, the code can be generic to facilitate the development of embedded systems
- 2023-08-25 13:25:03下载
- 积分:1
-
The Serial Driver, communication procedures, it is already a mature code that ca...
linux下的串口驱动,通讯程序,已经是成熟代码,可以直接使用!-The Serial Driver, communication procedures, it is already a mature code that can be used directly!
- 2022-06-18 20:16:47下载
- 积分:1
-
This is a voice voltage meter can measure the 0
这是一个语音电压表,可以测量0~3V的电压。是用汇编和C编写的-This is a voice voltage meter can measure the 0-3V voltage. Is the compilation and preparation of the C
- 2022-01-26 01:30:21下载
- 积分:1
-
ADC interface with 8051
ADC接口8051板包含LED,开关状态,LCD和UART接口。
- 2022-03-31 19:38:04下载
- 积分:1
-
基于snd1c芯片的mp3播放器源代码(原理图)
基于snd1c芯片的mp3播放器源代码(原理图)-snd1c chips based on the MP3 player source code (diagram)
- 2022-10-14 04:10:03下载
- 积分:1
-
飞思卡尔DZ60内部晶振校准
在使用飞思卡尔单片机DZ60时发现,使用用它内部晶振时,串口无法通信,查其原因并分析后得出的结论是内部晶振误差较大,需要校准,本代码通过使用串口通信来得出晶振校准值,使用该校准值后,串口波特率为9600能很好的通信
- 2023-08-17 10:30:04下载
- 积分:1
-
单片机电子密码锁
#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