-
基于单片机C52的DA0832的驱动程序
基于单片机C52的DA0832的驱动程序-The DA0832 based on single chip C52 driver
- 2022-10-12 07:25:02下载
- 积分:1
-
ATMEL XMEGA crypto program
ATMEL XMEGA crypto program-task3.
- 2022-01-24 13:44:21下载
- 积分:1
-
编程高手的秘笈:Linux C 函数库,linux宝库典藏版,Linux Make中文手册,uclinux核心手册,Linux网络编程,嵌入式系统开发圣经,高质...
编程高手的秘笈:Linux C 函数库,linux宝库典藏版,Linux Make中文手册,uclinux核心手册,Linux网络编程,嵌入式系统开发圣经,高质量C编程指南,高手的必杀技啊,好东西与大家分享-programming experts in the secret : Linux C libraries, treasury collection version of linux, Make Chinese Linux manual Basis core manual, Linux Network Programming, Embedded System Development Bible, high-quality C programming guide, a master of nirvana commands ah, good things to share with you! !
- 2022-04-27 02:13:16下载
- 积分:1
-
LM24064 application. It only shows 1 picture.
LM24064的开发程序,只显示一张图片--LM24064 application. It only shows 1 picture.
- 2022-04-09 08:37:58下载
- 积分:1
-
This procedure to achieve with digital control to display sent by the computer s...
本程序实现用数码管来显示由电脑串口发来的数据。-This procedure to achieve with digital control to display sent by the computer serial port data.
- 2022-05-30 01:48:07下载
- 积分:1
-
开源嵌入式实时操作系统MicroC/OS的源代码!
开源嵌入式实时操作系统MicroC/OS的源代码!-Open-source embedded real-time operating system, MicroC/OS source code!
- 2023-06-28 01:20:04下载
- 积分:1
-
pSOSystem系统调用的例程,对学RTOS有帮助!
pSOSystem系统调用的例程,对学RTOS有帮助!-pSOSystem system calls the routine of school RTOS help!
- 2022-04-22 00:27:31下载
- 积分:1
-
嵌入式行业里鼎鼎有名的Cygwin0528,我好不容易才下载到的,网上现有的版本大都只是一个安装程序,我这个是离线版的,...
嵌入式行业里鼎鼎有名的Cygwin0528,我好不容易才下载到的,网上现有的版本大都只是一个安装程序,我这个是离线版的,-鼎鼎有名embedded industry" s Cygwin0528, I managed to download the online versions of most of the existing installation is just a procedure, I was off-line version of this, huh, huh
- 2022-04-16 07:13:38下载
- 积分: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
-
相信有很多朋友遇到这样的问题,本来能在线下载lpc932,可下载自己的程序后,发现再也不能下载了,这是因为系统无法进入在线编程了,只能用CP932重新烧写,那时...
相信有很多朋友遇到这样的问题,本来能在线下载lpc932,可下载自己的程序后,发现再也不能下载了,这是因为系统无法进入在线编程了,只能用CP932重新烧写,那时很麻烦的,把本段程序放在你程序里就可以解决问题了.--Download lpc932 online.
- 2022-07-24 23:57:28下载
- 积分:1