搜索资源列表
avr+cp2200_source
- m16+cp2200组成的网络接口。 m16使用内部RC振荡8M,如果要提高主频,请注意修改模拟总线读函数。 cp2200模块使用www.icdev.com.cn的,更改pin44连接VCC,即总线复用方式,地址数据复用。 软件编写使用avrstudio4.12+sp4+winavr(avrstudio自带的winavr嵌入方式)。 硬件连接: m16 | cp2200 PORTA | AD0-7 PB0 | RST PB1 | CS PB2 | RD P
OCM240128DriverAPI
- 液晶 OCM/TG240128 驱动 编程语言: C 原产品硬件ATMega128/1280 ,晶振14.7456M 软件AVR ICC7.14C 破解版 由产品源码中提取,详细的字符和图行操作.实现LCD内任何位置的定位操作. void LCD_Init(void) void GMoveTo(U8 yline, U8 xcolumn) void TMoveTo(U8 y, U8 x,U8 len) void DispStartLine
eeprom
- 本代码完成了对AVR单片机的eeprom的操作。在EEPROM中读写字符型(char)数据和整型(int)数据。-Of the code completed the AVR MCU EEPROM operation. EEPROM read and write in the character (char) data and integer (int) data.
int
- avr program to enable interrupts on atmega 8535
INT
- AVR ATmega128所有外部中断驱动。设置全部通过测试,完美移植使用-AVR ATmega128 all external interrupt-driven. Set all passed the test and perfect the use of transplantation
ltcsrc
- AVR Line following robot embedded program (Int.RC 8MHz)
AD_LED
- < AVR单片机C语言开发入门指导>> Project 多通道AD转换 Chip type ATmega8 Clock frequency :内部RC(INT)8.000000M Author ATMEGA8内部的转换器-" <AVR单片机C语言开发入门指导> > Project multi-channel AD converter Chip type ATmega8 Clock frequency: the in
Rbo
- 采样率为sr,多选择II导联作为心电分析数据,该分析要用到的数据记录至少为1分钟的心电波形数据-void main() (E3BGX[ { const int N=15420 //N=sr*time M./3@A const int n=(int)sr*0.04,yanshi=(int)sr*0.2,back=(int)sr*0.04 //n=sr*0.04,yanshi=sr*0.2?,back=sr*0.04 PDl=!>u
attiny15l_led_pwm
- This ASM code generates a 50Hz PWM signal for LEDs. AVR micro type ATtiny15L @ 1.6MHz int. RC osc.
int
- 中断程序,IVVAVR,AVR应用,单片机学习资料,C语言操作-Interrupt procedure, IVVAVR AVR applications, single-chip learning materials, the C language operating
arduino-Learning-notes
- 要了解 arduino 就先要了解什么是单片机,arduino 平台的基础就是 AVR 指令集的单片机。 -To learn arduino must first understand what is a single-chip platform Also byte int microcontroller AVR instruction set.
6.Ext-Int
- AVR Atmega 16 External interrupt demo
INT
- avr单片机外部中断程序,按下对应按键点亮对应的led-avr external interrupt program, press the corresponding button corresponding led lights
ltcsrc
- AVR Line following robot embedded program (Int.RC 8MHz)
INT
- AVR单片机 ATmega128利用外部中断开关8个led小灯,下降沿触发/上升沿触发,带注释,方便初学者理解-AVR ATmega128 microcontroller external interrupt switch 8 led a small lamp, falling trigger/rising edge triggered, annotated, easy for beginners to understand
Calibration
- Calibration algorithm sharpened for ADC 7705 and other computing systems. (UNSIGNED INT ->65535) mikroC from avr using - include <built_in.h> fast view - proteus
INTEGER-ARCTANGENT
- Int Arc tangent routines in AVR ASM
AVR Studio例子
- /* * ADC.c * * Created: 22-5-2011 8:22:10 PM * Author: Wingston */ #include <avr/io.h> #include <avr/interrupt.h> uint16_t ReadChannel(int mux); int main (void) { DDRC = 0xFF; uint16_t adcval = 0; while(1){ a
示波器的防真文件和源程序
- 示波器的防真文件和源程序 #include #include #define uchar unsigned char #define uint unsigned int uchar Int_counter=0; uchar Vstate[5]; //0~9为AVR和51单片机通信数据,10~14为自用 uchar Clk_num=0;