-
实现 ez―usb fx2的端点传输功能
实现 ez―usb fx2的端点传输功能-Ez-usb fx2 achieve endpoint transfer function
- 2022-04-27 08:03:27下载
- 积分:1
-
AM23XX温湿度传感器库函数
51单片机温湿度传感器库函数#include "reg52.h"#include //用户根据自己的晶振修改相应值#define FOSC 12000000#define BAUD 9600 //读传感器 端口位定义,可修改sbit Sensor_SDA = P0^0;sbit Sensor_SCL = P0^1;// 变量定义unsigned char Sensor_Data[5]={0x00,0x00,0x00,0x00,0x00};unsigned char Sensor_Check; //校验和unsigned char Sensor_AnswerFlag; //收到起始标志位unsigned char Sensor_ErrorFlag; //读取传感器错误标志unsigned int Sys_CNT;unsigned int Tmp;unsigned char *String;//字符串定义#define S_Temp "Temp:"#define S_RH "RH:"#define S_CRCT "Check: True"#define S_CRCF "Check: Wrong"#define S_Data "Data: "#define S_NotS "Sens
- 2022-12-29 14:30:03下载
- 积分:1
-
avr的UART库
可以使用此库,来传输和接收数据通过内置的 UART。
*
* UART 已完成传输时,便会产生中断或
* 接收一个字节。中断处理例程使用循环缓冲区
* 为缓冲接收和传输的数据。
*
* UART_RX_BUFFER_SIZE 和 UART_TX_BUFFER_SIZE 的常量定义
* 以字节为单位的环形缓冲区的大小。请注意这些常量必须是 2 的幂。
* 您可能需要通过添加适应此常量到你们的目标,您的应用程序
* CDEFS + =-DUART_RX_BUFFER_SIZE = nn-DUART_RX_BUFFER_SIZE = nn 您的生成文件。
*
* @note 基于 Atmel 应用注 AVR306
彼得 · 弗勒里 pfleury@gmx.ch http://jump.to/fleury * @author
- 2023-04-17 00:50:03下载
- 积分:1
-
This is the start loading code
这是ARM的启动装载代码-This is the start loading code
- 2022-05-08 08:16:46下载
- 积分:1
-
An assembly to strobe the LEDsvia Port D. The strobe rate is to be set by adjust...
An assembly to strobe the LEDsvia Port D. The strobe rate is to be set by adjusting the voltage drop over a potentiometer that is sampled by an ADC
- 2023-08-06 13:55:03下载
- 积分:1
-
44B0的测试学习程序,这个程序为44B0的AD应用程序
44B0的测试学习程序,这个程序为44B0的AD应用程序-44B0 study testing procedures, as 44B0 AD applications
- 2022-06-13 05:52:19下载
- 积分:1
-
his project was built and tested with WinAVR
his project was built and tested with WinAVR-20060125.
Make sure the MCU target define in the Makefiles corresponds to the AVR you are using!!
To build the code, just install WinAVR and run "make" from the console in echomaster and
echoslave subdirs.
"make program" will program the device if you have a AVRISP attached.
Remember to set the AVR device to at least 8MHz. The AVR may use the programmable clock
from MC1319x, just remember to check if the MC1319x and SPI communication is working FIRST!
Otherwise you wont get any clock signal to the AVR and then you can t program it or reset
the fuses!
The MC1319x has default clock output of 32kHz so you will have to set your programmer to
a very low frequency (
- 2023-02-22 21:55:03下载
- 积分:1
-
2410的DA接口实验,使用MAX504D/A 转换芯片
2410的DA接口实验,使用MAX504D/A 转换芯片-2410 the DA interface experiments, the use of MAX504D/A converter chip
- 2022-10-31 16:40:03下载
- 积分:1
-
arm 开发板流水灯代码(汇编, C语言)
ARM FS4412 开发板 点灯程序
流水灯的汇编以及C语言代码
- 2022-05-07 08:36:18下载
- 积分:1
-
基于KEIL公司RVMDK的最新的V3.5版本RTX实时库,仅用于学习,勿用于商业用途。...
基于KEIL公司RVMDK的最新的V3.5版本RTX实时库,仅用于学习,勿用于商业用途。-failed to translate
- 2022-08-16 01:02:26下载
- 积分:1