搜索资源列表
RT1602C
- 点液晶的程序,#include <util/delay.h> #include <avr/pgmspace.h> #include \"lcd.h\" #include \"font6x8.h\" #include \"font8x16.h\" #include \"my_type.h\"
heat
- PIC18F2520与时钟芯片PCF8563的I2C例程序。此为测试版,有好多无用的参数/函数,根据自己情况修改。RB0:SDA RB1: SCL ,单片机:PIC18F2520,编译环境:MPlab+PICC18. I2C芯片: PCF8563 ,软件模拟I2C总线设置和读取时钟芯片。工程包括5个文件:delay.h delay.c I2c.h I2c.c I2c_demo.c 是用PICC18提供的I2C例程,用的内部时钟,仅供参考,好多参数没优化,特别是延时和内部时钟。 -PIC18
FX2Test
- 程序描述:使用Cypress提供的EZ-USB开发工具包进行基本的固件程序设计。安装时把源码拷贝到硬盘特定目录下,使用Keil C编译器运行即可。但要添加完整的头文件及库文件才可以编译。 BasicUSB.SchDoc 电路原理图 FX2Test/FX2Test.Uv2 Keil C51工程 FX2Test/EZUSB.LIB EZ-USB库文件 FX2Test/dscr.a51 USB描述符 FX2Test/USBJmpTb.OBJ USB中断跳转表 FX2Test
89C51
- header to interface the c51 controller with special delay and otner initializing programs
1
- #include <mega8.h> #include <stdio.h> #include <delay.h> #include <mega8.h> #include <stdio.h> #include <delay.h> #define TG PORTB.1 #define RF_Rx PIND.2 #define Busy PIND.3 #define Mess1
4
- #include <mega8.h> #include <stdio.h> #include <delay.h> #include <mega8.h> #include <stdio.h> #include <delay.h> #define TG PORTB.1 #define RF_Rx PIND.2 #define Busy PIND.3 #define Mess1
5
- Chip type : ATmega8 Program type : Application Clock frequency : 8.000000 MHz Memory model : Small External SRAM size : 0 Data Stack size : 256 *****************************************************/ #include <mega8.h> #includ
6
- #include <mega8.h> #include <stdio.h> #include <delay.h> #define TG PORTB.1 #define RF_Rx PIND.2 #define Busy PIND.3 #define Mess1 PORTB.0 #define Mess2 PORTD.7 #define Mess3 PORTD.6 #define Mess4 PORTD.5 #
AD7705(AVR)
- 介绍AD7705的开发注意事项,以及开发流程,附AVR单片机开发代码-#include <util/delay.h> #include <avr/eeprom.h> #include "ad7705.h" #include "main.h" #include "crc16.h" #include "Usart.h"
AVRlcd1602
- AVR 驱动1602液晶的范例程序#include <avr/io.h> //io端口寄存器配置文件,必须包含 #include <util/delay.h> //GCC中的延时函数头文件-AVR 1602
jiaoduzhuanganqi
- 角度转感器的基本控制方法!部分代码如下: #include"lcd1602.h" #include"delay.h" #include"adxl345.h" void main() { uchar devid delay(500) //上电延时 init() //初始化 DisplayOneChar(0,0, A ) DisplayOneChar(1,0, : ) Init_ADXL345() //初始化AD
mn4op8.ZIP
- 一类不确定时延网络控制系统的非脆弱H_保成本控制A class of networked control systems with uncertain time delay H _ non fragile guaranteed cost control-A class of networked control systems with uncertain time delay H _ non fragile guaranteed cost control
atmega16
- 个人收集的mega系列延时程序代码\atmega16中断函数附注编号\485uart\SPI控制ISD1730按键录音寻址放音等-Personal collection of the mega series of delay procedure code \ ATmega16 interrupt function note number \ 485uart \ SPI control the ISD1730 button recording addressing playback
xy7z.ZIP
- 电动汽车用高效回馈制动控制策略Uncertain singular systems with time-delay H _ guaranteed performance control-Uncertain singular systems with time-delay H _ guaranteed performance control
NS73
- liunx驱动NS73驱动程序 //#include "fmtrans.h" #include <linux/i2c.h> #include <linux/delay.h> // // #define FM_TRANS_ADDR 0xCC #define AMD_DEBUG 0 // // extern int au1xxx_i2c_write(unsigned char addr, unsigned char reg,
time-delay-modules
- 各种用C语言实现的延时函数,均已经过调试修改,延时较为准确,分微秒级、毫秒级和秒级延时。注:将里面的reg52.h的头文件复制进自己的keil头文件库中才能运行,里面有自定义的内容(自定义部分有标注),编译环境为keil uvision-Various delay using C language functions have been modified after commissioning, the delay is more accurate, sub-microsecond, milli
delay
- It is a delay.h file witch delay function like _delay_ms (XXX) _delay_us(XXX) in AVR. Base on Systick
Proteus_Test-t6963c
- main.c delay.c delay.h lcd.c lcd.h gui.c gui.h MEGA16_Lcd128x64_t6963.c MEGA16_Lcd128x64_t6963.hex
h.265
- H.265是ITU-T VCEG 继H.264之后所制定的新的视频编码标准。H.265标准围绕着现有的视频编码标准H.264,保留原来的某些技术,同时对一些相关的技术加以改进。新技术使用先进的技术用以改善码流、编码质量、延时和算法复杂度之间的关系,达到最优化设置。具体的研究内容包括:提高压缩效率、提高鲁棒性和错误恢复能力、减少实时的时延、减少信道获取时间和随机接入时延、降低复杂度等。H264由于算法优化,可以低于1Mbps的速度实现标清数字图像传送;H265则可以实现利用1~2Mbps的传输速度
delay.h
- Delay.h library for ATxMEGA32E5