-
嵌入式系统启动代码
嵌入式系统启动代码-embedded system boot code
- 2022-01-21 22:04:24下载
- 积分:1
-
高效率的gb2312和ucs2编码互转工具,自带码表,适合嵌入式开发和cmpp、smpp编程,且同时可在windows平台和unix平台编译...
高效率的gb2312和ucs2编码互转工具,自带码表,适合嵌入式开发和cmpp、smpp编程,且同时可在windows平台和unix平台编译-efficient gb2312 UCS2 coding referrals and tools own code table, for embedded development and cmpp,- programming, but also in the windows platform and unix platform compiler
- 2022-07-23 17:27:28下载
- 积分: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
-
TDC GP2时间测量,延迟线检测脉冲
时间测量使用TDC GP2的迪利在线检测仪。这里纳秒零点几到几微秒量级的脉冲之间的时间差被测量。给出芯片的详细结构以及时间差计算。
- 2022-04-15 04:52:54下载
- 积分:1
-
这个函数是一段采用二分法计算正的浮点数开方的代码,采用C语言编写,在uClinux下编译通过并能正常运行。...
这个函数是一段采用二分法计算正的浮点数开方的代码,采用C语言编写,在uClinux下编译通过并能正常运行。- This function is a section uses the dichotomy to calculate the
floating number root the code, uses the C language compilation,
translates under uClinux through and can the normal operation.
- 2022-05-19 18:04:43下载
- 积分:1
-
本程序为直线插补程序,运用在数控机床上
本程序为直线插补程序,运用在数控机床上--A straight line patch program. It could be used in numerically controlled machines.
- 2023-06-24 08:45:03下载
- 积分:1
-
嵌入式WEB服务器,能够实现在嵌入式开发板上的WEB服务器
嵌入式WEB服务器,能够实现在嵌入式开发板上的WEB服务器-Embedded WEB server, can be realized in the embedded development board WEB server
- 2023-03-05 02:05:04下载
- 积分:1
-
ARM嵌入式系统应用技术笔记
ARM嵌入式系统应用技术笔记-基于LPC2300 下册
原书扫描版
-ARM Embedded System Application Technology Notes- based on the LPC2300 under the scanning version of the original book
- 2022-03-03 07:27:55下载
- 积分:1
-
spi driver code one marve
spi driver code one marve
- 2022-03-30 05:11:41下载
- 积分:1
-
S3C4510 LCD testing programs (including source code, a smooth change its functio...
S3C4510液晶显示器测试程序(含源代码,一个平滑的改变其功能)
- 2022-05-08 22:24:38下载
- 积分:1