-
usbc8051f340 RFID
;程序描述:/ // /本应用笔记介绍一个简单的USB应用程序的实现/ /使用中断传输类型。这包括支持装置/ /计数,控制和中断交易,和定义/ /描述符数据。本软件的目的是给一个简单的工作//例中断传输的应用;它不包括/ /支持多种配置或其他传输类型。/ // /如何测试:方法见/ // // / FID:32x000024/ /目标:C8051F32x/ /工具链:Keil C51 Keil C51 7.50 /评价/ / Silicon Laboratories IDE版本2.6/ /命令行:方法见/ /项目名称:f32x_usb_interrupt/ /
- 2022-03-12 01:43:51下载
- 积分:1
-
51单片机流水灯程序
/##########################################
//流水灯程序
//************************************************************************************
//程序名称:deng.c
//程序功能:8*led循环显示
//程序作者:KK 修改 by ly
//最后修改:2006.4.15
- 2022-01-24 13:51:13下载
- 积分:1
-
The user guide of YAFFS Direct. It documented the structure/migration method/con...
YAFFS_Direct_User_Guide: YAFFS_Direct的用户手册,说明了YAFFS_Direct的结构、移植方法、文件配置等。YAFFS_Direct是可脱离Linux使用的yaffs文件系统,由Yaffs原班人马开发和提供支持。省去了从Yaffs或Yaffs2中提取fs源码的劳苦。 -The user guide of YAFFS Direct. It documented the structure/migration method/configuration of YAFFS_Direct.
YAFFS_Direct can be used without Lunux. It s ideal for embedded software to access file/data in NAND flash.
- 2023-06-18 23:45:03下载
- 积分:1
-
intel 196nt 例程
intel 196nt 例程-intel 196nt routines
- 2022-02-11 13:56:36下载
- 积分:1
-
8051 Full Application
8051 Full Application
- 2023-07-10 05:00:04下载
- 积分:1
-
并行口仿真i2c总线
并行口仿真i2c总线-parallel port simulation i2c Bus
- 2023-04-11 14:45:03下载
- 积分: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
-
These are commonly used in communications equipment circuit schematics, many of...
这些都是常用的通信设备的电路原理图,很多是高频电子线路的-These are commonly used in communications equipment circuit schematics, many of them are high-frequency electronic circuits
- 2022-01-28 10:01:08下载
- 积分:1
-
本代码是用单片机控制DDS芯片输出DDS信号 。该信号包括FSK调制信号和线性调频信号...
本代码是用单片机控制DDS芯片输出DDS信号 。该信号包括FSK调制信号和线性调频信号-This code is used to control single-chip DDS chip DDS output signal. The signal including the FSK modulation signal and linear FM signal
- 2022-01-22 05:36:09下载
- 积分:1
-
液晶显示器使用 8051
这是一个简单的 C 程序,在 C 中的液晶显示为 8051 的设计说明中给出细节和容易理解
- 2022-08-10 12:22:25下载
- 积分:1