-
It s a 8051 system files about CH375 USB Host controler.
usbHOST芯片与51的文件系统-It s a 8051 system files about CH375 USB Host controler.
- 2023-07-10 16:05:03下载
- 积分:1
-
国内还比较新的network processor的微代码开发,关于scratch ring的例子,用的uc语言,告诉你如何利用已有的宏和调用硬件资源。...
国内还比较新的network processor的微代码开发,关于scratch ring的例子,用的uc语言,告诉你如何利用已有的宏和调用硬件资源。-domestic still relatively new network of micro-processor code development, on the scratch ring example, the uc language, tell you how to make use of the call-and hardware resources.
- 2023-07-03 09:10:04下载
- 积分:1
-
load,一个非常有用的bootloader,用来直接从Nand lflash 启动嵌入式linux kernel...
x-load,一个非常有用的bootloader,用来直接从Nand lflash 启动嵌入式linux kernel-x-load, a very useful Bootloader. Nand used directly from the start lflash Embedded Linux kernel
- 2023-05-02 13:25:03下载
- 积分:1
-
使用蓝牙的家庭自动化的 GSM 代码
这个项目演示了一种可以自动控制的事情所采取的决定基于传感器网络或使用手动控制使用你的手机通过蓝牙或 GSM 的智能家庭装置。这就意味着如果你是房子里面,你可以使用你可以控制你的电器使用蓝牙时外面使用您的 GSM 电话 (SMS)。
这一项目采用 avr 单片机运行 Arduino 的 ATMega328 控制器固件。有大量的传感器连接到控制器上个 gpio 由决定和一些通过模拟端口。这里是一个传感器的简短列表:
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-11 14:56:06下载
- 积分:1
-
一个用于PC直接写端口及内存的程序,少加修改就可用于pci卡的驱动,完整的工程代码,非常不错...
一个用于PC直接写端口及内存的程序,少加修改就可用于pci卡的驱动,完整的工程代码,非常不错-a written directly for the PC port and the memory process, less modification can be used to drive pci cards, and complete code works very well
- 2022-03-21 14:30:48下载
- 积分: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
-
STM32F207 AD KeyPad 源代码例程
资源描述
STM32F207系列源代码,例程内容为AD KeyPad
非常精简实用的例程,如果有需要依次完全可以建立工程,方便快捷
- 2022-08-18 17:20:23下载
- 积分:1
-
在低功耗模式下使用据点
msp430 单片机低功耗应用而闻名。使用此源代码的应用中取得了那些低功耗模式。
- 2022-02-07 04:56:37下载
- 积分:1
-
nrf24l01p C
/**
- 2022-05-21 12:32:48下载
- 积分:1
-
weeks D12 development board, who were brought to the Windows XP drivers, the com...
周立功D12开发板中带的WINDOWS XP驱动程序,在编译后会出现USB设备不能正常工作. 以下是修改的代码,修改后可以正常工作. 在d12.c和Ioctl.c中, 将+256去掉,这个会引去枚举设备时,设备描述符的长度不对,修改后: siz = sizeof(USB_CONFIGURATION_DESCRIPTOR) 在d12.c中的D12_SelectInterface函数中, 设备查询完接口后有一段代码,也会引起驱动返回不对,需要屏蔽下面的代码 // Retrieve the selected Configuration and Interface 修改上面两处后,USB可以正常使用了. -weeks D12 development board, who were brought to the Windows XP drivers, the compiler will happen after the USB device not working properly. Following is the revised code, revised after normal work. In d12.c and Ioctl.c, 256 will be removed, this will generate to Enumerate equipment located descriptors up the length wrong, the revised : not = sizeof (USB_CONFIGURATION_DESCRIPTOR) in the D12_SelectInterface d12.c function, equipment End interface for a period after the code can also lead to wrong drivers need to shield the following code// Retrieve the selected Configuration Interface and the above two changes, USB can use the normal.
- 2022-06-28 00:42:14下载
- 积分:1