-
lcp2106 enc28j60driver
这是基于lpc2106的enc28j60的驱动源码,经检测可用于lwip协议栈,基于spi接口的enc28j60是一个以太网控制器,广泛用于以太网通信。
- 2022-01-21 02:41:50下载
- 积分:1
-
基于CGI库的程序编写的介绍 嵌入式web服务器建设
基于CGI库的程序编写的介绍 嵌入式web服务器建设-Based on CGI programming library introduction to the building of the embedded web server
- 2022-03-03 21:37:59下载
- 积分:1
-
ar5001 5002驱动程式
atheros ar5001 5002 driver
- 2023-03-13 02:40:04下载
- 积分:1
-
这是一个微机原理及接口技术的课程设计,电子钟 请版主查收...
这是一个微机原理及接口技术的课程设计,电子钟 请版主查收-This is a principle of computer interface technology and curriculum design, electronic bell Please check your moderator
- 2022-06-21 14:15:11下载
- 积分:1
-
MP3 decoding procedures that can be used with VC or GNU compiler compiler. can r...
本程序是MP3的解码程序,可以用VC编译或者用GNU编译,可以运行在PC机上。
本程可以MP3文件解压为WAV文件
TEST 中的代码可以播放WAV文件
有兴趣的朋友可以把这段mp3程序移植到开发板上,这样就可以用开发板播放MP3了-MP3 decoding procedures that can be used with VC or GNU compiler compiler. can run on the PC. The process can decompress MP3 to WAV TEST document of the code can be broadcast WAV documents are interested friends this can be transplanted to mp3 development board, we can develop with the board to broadcast MP3
- 2023-08-28 14:05:03下载
- 积分:1
-
ARM9
基于ARM9嵌入式开发板LINUX环境下的程序代码-linux thread,是大家常用的程序,代码中有详细的注释,方便移植!-ARM9-based embedded Linux development environment board procedures under the code- linux threa d, and it is commonly used procedures, a detailed code of the Notes to facilitate transplant!
- 2022-12-26 18:00:03下载
- 积分:1
-
spi driver code one marve
spi driver code one marve
- 2022-03-30 05:11:41下载
- 积分:1
-
这是v4l2标准的说明文档,其中包含了一个比较完善的测试程序...
这是v4l2标准的说明文档,其中包含了一个比较完善的测试程序-This is a v4l2 standard documentation, which contains a relatively complete test program
- 2022-02-12 08:43:38下载
- 积分:1
-
2.4 kernel arm2410 the dm9000 driver code, refer to the experimental box innovat...
2.4内核的arm2410的dm9000驱动代码,参考革新2410实验箱上的代码改写的!-2.4 kernel arm2410 the dm9000 driver code, refer to the experimental box innovation 2410 rewrite of the code!
- 2022-02-06 03:42:29下载
- 积分:1
-
ds1302+1602shizh0ng.含闹钟
#include //包含单片机寄存器的头文件
#include //包含_nop_()函数定义的头文件
unsigned char code digit[10]={"0123456789"}; //定义字符数组显示数字
sbit SCLK=P2^5; //位定义1302芯片的接口,时钟输出端口定义在P1.0引脚
sbit DATA=P2^6; //位定义1302芯片的接口,数据输出端定义在P1.1引脚 I/O
sbit RST=P2^7; //位定义1302芯片的接口,复位端口定义在P1.2引脚 CE
sbit s1=P1^0; // 时间移位
sbit s2=P1^1; // 时间加
sbit s3=P1^2; //时间减
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-01 14:54:39下载
- 积分:1