-
无需外扩ram即可在51上执行的占先式RTOS 可移植,完全免费,公开源代码 具有详细中文文档和注释 (作者已经把它运用到实际的项目中)
无需外扩ram即可在51上执行的占先式RTOS 可移植,完全免费,公开源代码 具有详细中文文档和注释 (作者已经把它运用到实际的项目中)-without ram can be extended outside of the 51 on the implementation of preemptive RTOS portable, free, open-source with the Chinese documents and detailed notes (The author has already put it to practical use items)
- 2022-10-01 14:10:03下载
- 积分:1
-
ARM液晶显示界面频率设置截面,用于对信号输出频率进行设置...
ARM液晶显示界面频率设置截面,用于对信号输出频率进行设置-ARM LCD interface section of the frequency settings for the output frequency of the signal set
- 2022-01-21 17:51:53下载
- 积分:1
-
ar5001 5002驱动程式
atheros ar5001 5002 driver
- 2023-03-13 02:40:04下载
- 积分:1
-
平衡两个轮子滑板车
这是我正在设计两个轮子平衡滑板车 Auridino 软件的项目。
此代码包括 pid 控制算法和解码编码器 2 轮。
- 2022-02-21 20:01:02下载
- 积分:1
-
串口调试助手
串口调试助手,调RS232,RS485必备武器-serial debugging assistant-RS232, RS485 essential weapons
- 2023-01-30 17:45:04下载
- 积分:1
-
轻量级TCP/IP协议栈最新版本
轻量级TCP/IP协议栈最新版本-lightweight TCP/IP protocol stack latest version
- 2022-07-10 04:30:39下载
- 积分:1
-
节日彩灯控制电路程序
用单片机89C2051制作的延时控制器
节日彩灯控制电路程序
用单片机89C2051制作的延时控制器-Lantern festival circuit control procedures with the production of single-chip delay controller 89C2051
- 2022-03-21 18:47:13下载
- 积分:1
-
C++ build consists of various application which can work on both linux and windo...
C++ build consists of various application which can work on both linux and windows Operating systems.
- 2022-06-20 21:51:57下载
- 积分:1
-
嵌入式 Web Server 源码
嵌入式 Web Server 源码-Embedded Web Server Source
- 2022-04-28 19:37:26下载
- 积分: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