-
S3C44B0X开发板设计的原理图资料,可以对自己开发基于S3C44B0X的电路板起到很好的借鉴!...
S3C44B0X开发板设计的原理图资料,可以对自己开发基于S3C44B0X的电路板起到很好的借鉴!-S3C44B0X development board schematic design data, based on its own development S3C44B0X circuit boards serve as a good reference!
- 2022-04-11 19:20:30下载
- 积分:1
-
一个简单的能够直接操作IDE接口的函数库,可以作为底层驱动提供给其它文件系统使用。...
一个简单的能够直接操作IDE接口的函数库,可以作为底层驱动提供给其它文件系统使用。-A simple operation can directly IDE interface library can be used as the underlying drive to the other file system to use.
- 2023-06-28 17:25:02下载
- 积分:1
-
avrusb源码,好
avrusb源码,好--Source code for avrusb.
- 2023-08-30 16:50:03下载
- 积分:1
-
xc164cs test program fully functional tests entire history of the development b...
xc164cs测试程序
功能全面测试
是开发板的全部历程,其中有DAVE工程-xc164cs test program fully functional tests entire history of the development board, including DAVE Project
- 2022-01-24 18:00:11下载
- 积分:1
-
PLC参数保存到EEPROM的源码
PLC中参数保存到EEpRom中源码-PLC parameters were kept to EEpRom FOSS
- 2022-01-28 16:08:26下载
- 积分:1
-
这是《嵌入式linux-硬件、软件与接口》一书对应的所有linux方面实例的源代码,对linux具有通用性...
这是《嵌入式linux-硬件、软件与接口》一书对应的所有linux方面实例的源代码,对linux具有通用性-This is the "embedded Linux-hardware, software and interfaces," a book counterparts in all aspects Linux source code examples for linux with versatility
- 2022-01-25 18:41:47下载
- 积分:1
-
CY7C63722 all design information, in particular, and hope that everyone can use...
CY7C63722的全部设计资料,特别好,希望大家能用到-CY7C63722 all design information, in particular, and hope that everyone can use to
- 2022-03-02 14:30:15下载
- 积分:1
-
avr与上位机开发
本文附带一份小项目的源代码,它超越了串口助手,给人一种耳目一新的感觉。亮点如下:
1. 它解决了串口关闭时出现线程出现死锁,软件关闭后,进程在后台没有关闭问题(所谓的线程死锁),可以直接用到开发的项目上。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-13 15:41:07下载
- 积分:1
-
车载GPS智能终端的设计与实现.rar
车载GPS智能终端的设计与实现.rar-GPS intelligent terminal design and implementation. Rar
- 2023-09-08 20:15:02下载
- 积分: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