-
《嵌入式系统设计与实例开发》王田苗 北航出版社
《嵌入式系统设计与实例开发》王田苗 北航出版社-err
- 2023-06-21 19:25:07下载
- 积分:1
-
嵌入式词汇大全,关于嵌入式开发的词汇手册
嵌入式词汇大全,关于嵌入式开发的词汇手册-embedded vocabulary Daquan, on the Embedded Development Handbook Glossary
- 2022-11-05 19:25:04下载
- 积分:1
-
电子秤与sam72n9文件写的
用SAM72N9写的电子秤文档- Electronic scale documents writes which with SAM72N9
- 2022-12-09 08:30:03下载
- 积分:1
-
给ucgui用的字库HZK12,12x12点阵的汉字库和hzk16点阵的汉字库,还有UCGUI自带的全部汉字库。...
给ucgui用的字库HZK12,12x12点阵的汉字库和hzk16点阵的汉字库,还有UCGUI自带的全部汉字库。--HZK12, 12*12, Chinese characters library, and HZK16 Chinese characters library for UCGUI. It also has all Chinese characters included in UCGUI.
- 2022-02-24 14:40:50下载
- 积分:1
-
TinyOS的入门指南中提到的安装,仿真…
tinyOS 的中文入门教程,
讲到 安装,仿真,任务的定制,与调用,等-TinyOS Getting Started Guide in Chinese, referred to the installation, simulation, mission of customization, with the call, etc.
- 2022-06-27 16:34:52下载
- 积分:1
-
Nucleus PLUS源码分析
Nucleus PLUS源码分析-Nucleus PLUS source analysis
- 2022-02-02 22:31:29下载
- 积分:1
-
对传感器MPU6050进行调试设置参数(硬件IIC)
#include "stm32f10x.h"#include "I2C_MPU6050.h"#include "usart1.h"#include "delay.h"int main(void){ InitMPU6050();/***********************************************************************/while(1){printf("
---------------%d
",GetData(ACCEL_XOUT_H));printf("
----------------%d
",GetData(ACCEL_YOUT_H)); printf("
------------------%d
",GetData(ACCEL_ZOUT_H)); printf("
---------------%d
",GetData(GYRO_XOUT_H)); printf("
-----------------%d
",GetData(GYRO_YOUT_H)); printf("
---------Ã---------%d
",GetData(GYRO_ZOUT_H));delay_ms(500);} }/******************* (C) COPYRIGHT 2012 WildFire Team *****END OF FILE************/
- 2022-01-28 09:30:30下载
- 积分:1
-
Guide to the experiments of uClinux
uCLinux实验指导书-Guide to the experiments of uClinux
- 2022-03-20 07:25:53下载
- 积分:1
-
Discussing embedded systems in general is difficult, because each embedded syste...
Discussing embedded systems in general is difficult, because each embedded system is unique. Rather than presenting a list of general principles for handling embedded development issues, this book presents examples of problems encountered and solutions to those problems using real hardware and software. In that sense, it is a “cookbook” for developers that offers design “recipes” that can be elaborated on or modified as needed to solve other design problems.
- 2022-02-14 10:49:17下载
- 积分:1
-
EasyARM2104开发套件串口测试源代码。
EasyARM2104开发套件串口测试源代码。-EasyARM2104 Boards serial testing source code.
- 2022-03-25 13:22:37下载
- 积分:1