-
在S3C44B0嵌入式系统中鼠标的接口源代码,在S3C44B0开发板上调试通过...
在S3C44B0嵌入式系统中鼠标的接口源代码,在S3C44B0开发板上调试通过-The source code for mouse interface used in S3C44B0X embedded system,which has beed successfully debugged in the S3C44B0X developing board.
- 2022-01-30 10:21:19下载
- 积分:1
-
This is IEEE1394 under uClinux driver should be usable
这个是uClinux下的ieee1394驱动,应该是能用的-This is IEEE1394 under uClinux driver should be usable
- 2023-07-20 09:50:03下载
- 积分:1
-
MSP430以软件IIC方式读写HMC5883
**********************************************************************
初始化 IIC
**********************************************************************/
void InitIIC()
{
IIC_DIR |= IIC_SCL; //SCL 管脚为输出
IIC_DIR &= ~IIC_SDA; //SDA 管脚为输入
C_SCL;
Stop();
}
/****************************
- 2022-03-25 00:49:26下载
- 积分:1
-
STM8-USB源代码
应用背景USB是串口通信协议,现在已经非常广泛应用,每个pc机都有USB借口。stm8-usb可用在电脑USB借口上,降低成本,减少开发时间。是单片机爱好者最好的练手代码。关键技术stm8-usb下载编译后就能运行,里面代码全面,可根据需要自己改编。
extern void usb_tx(void);
uint8_t usb_rx_buffer[16];
uint8_t * usb_tx_buffer_pointer;
uint8_t usb_tx_count;
uint8_t usb_rx_count;
函数可直接调用
- 2022-09-20 06:15:02下载
- 积分:1
-
uCGUI PNG LIB
可移植网络图形格式(Portable Network Graphic Format,PNG)名称来源于非官方的“PNG"s Not GIF”,是一种位图文件(bitmap file)存储格式,读成“ping”。
uCGUI, UCGUI就是基于UCOS嵌入式操作系统写的可视化界面函数库。
uCGUI只支持jpg图片,给uCGUI添加了png文件格式的支持。PNG比jpg更加小巧,高质。
- 2023-04-30 21:35:03下载
- 积分:1
-
100Khz内求两路同频方波相位差精度为1°
资源描述
经过验证的非常好用的MDK5下自编的程序。
- 2023-06-09 08:35:03下载
- 积分:1
-
这个程序是自由软件,你可以重新分配它和/或修改它在…
This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.--This program is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- 2022-03-23 08:29:11下载
- 积分:1
-
linux foundation for entry
linux入门的基础书籍,新手的必需品,介绍很详细-linux foundation for entry-books, novice necessity to introduce the very detailed
- 2022-06-15 19:23:45下载
- 积分:1
-
嵌入式系统词汇表
嵌入式系统词汇表-Embedded Systems Glossary
- 2022-02-22 12:02:36下载
- 积分:1
-
用于Turbo编码器的里德所罗门RSC编码器
VHDL库-对嵌入式程序员有很大的帮助,VHDL语言参考。完整性-我们鼓励大家一起做贡献,可以在库里添加或者删除,这是最好的提升它的方法。教育性-这里有一套设计实例,可以展示这个语言一些最重要的部分,更好的理解完成一个VHDL设计所需要的各功能模块,大的设计可以分解为小的模块。当一些模块有共同的功能时,可以通过共用相同功能模块的方法来节约开发时间。
- 2022-07-22 00:21:19下载
- 积分:1