-
BK2411 information hard to find, BK2411 to use essentially the same with the 24L...
BK2411资料难找,BK2411使用起来跟24L01基本一样,硬件上基本兼容,软件上只是开始要对BK2存储器进行初始化,花掉很长一段代码。初始化完成后,操作就跟24L01基本一样了-BK2411 information hard to find, BK2411 to use essentially the same with the 24L01, the hardware basically compatible, software is only the beginning of the BK2 memory to initialize, to spend a very long piece of code. Initialization is complete, operate basically the same as the Jiugen 24L01
- 2022-03-03 13:38:49下载
- 积分:1
-
嵌入式操作系统Tornador中函数库的参考
嵌入式操作系统Tornador中函数库的参考--Library functions in embedded operating system Tornador.
- 2022-09-04 03:10:02下载
- 积分:1
-
16X16 LED点阵显示源代码
此矩阵面板包含 6 SLM1604 多路复用模块控制的 AVRAtmega168 为 20 兆赫兹。它运行 5V 和大量的安培。一种内置蓝牙模块允许的标志,以连接到我的 PC 或安卓平板电脑控制。Housingis 建立了一些工程的刨花板,涂上黑色喷漆。在外壳里面有两个平行的片,压克力举行,让她与垫片
- 2022-04-27 20:35:41下载
- 积分:1
-
DS18B20的汇编例程
DS18B20的汇编例程--Assembly examples for DS18B20.
- 2022-10-17 23:05:03下载
- 积分:1
-
S3C6410 芯片手册+原理图
快来下呀
S3C6410 芯片手册+原理图
快来下呀 -s3c6410 PDF new
- 2022-01-26 00:44:18下载
- 积分:1
-
这个工具通常是用在嵌入式devolment,这很好!!!
从事嵌入式工作者经常用到的一种串口打印工具,很好用的-this tool usually is used in embedded devolment,and it s very good!!!
- 2022-02-25 22:23:24下载
- 积分:1
-
24C02的测试程序,I2C接口,非常有用。
24C02的测试程序,I2C接口,非常有用。-test program of 24c02
- 2022-04-10 04:05:29下载
- 积分:1
-
这是本人开发板上的关于uclinux开发的文章,介绍的很详细,很适合入门...
这是本人开发板上的关于uclinux开发的文章,介绍的很详细,很适合入门-this is my development board on the Basis of Development article, we introduce the very detailed, it is very suitable for induction
- 2023-06-02 00:45:03下载
- 积分:1
-
ARM to develop software using the tutorial with no operating system code S3C44B0...
ARM开发软件使用教程含代码S3C44B0X无操作系统-ARM to develop software using the tutorial with no operating system code S3C44B0X
- 2023-01-30 10:10:04下载
- 积分:1
-
基于opencv手势识别的智能机器人代码
void track_hand()
{
image = cvCreateImage( sz, 8, 3 );
hsv = cvCreateImage( sz, 8, 3 );
hue = cvCreateImage( sz, 8, 1 );
mask = cvCreateImage( sz, 8, 1 );
//分配掩膜图像空间
backproject = cvCreateImage( sz, 8, 1 );
//分配反向投影图空间,大小一样,单通道
- 2022-01-21 17:27:04下载
- 积分:1