Welcome![Sign In][Sign Up]
Location:
Search - DA AVR

Search list

[SCMHFAVR1.ZIP

Description: AVR-AT90S8535,HD8279,等开发的洁净空调专用DDC系统,包括AD/DA,PID计算等.-AVR-AT90S8535, HD8279, such as the development of clean air-conditioning system for DDC, including AD/DA, PID computing.
Platform: | Size: 449536 | Author: 张飞 | Hits:

[SCMProteus_ebook

Description: Proteus 是目前最好的模拟单片机外围器件的工具,真的很不错。可以仿真51 系列、AVR,PIC 等常用的MCU 及其外 围电路(如LCD,RAM,ROM,键盘,马达,LED,AD/DA,部分SPI 器件,部分IIC 器件,...)-Proteus is the best simulation of the external device SCM tools, it is really good. Simulation can be 51 series, the AVR, the popular PIC MCU and the external circuit (such as the LCD, RAM, ROM, keyboard, motor, LED, AD/DA, part of SPI devices, part of IIC devices ,...)
Platform: | Size: 2248704 | Author: 卢在盛 | Hits:

[SCMtlv5618

Description: 使用AVR128单片机控制串行DA转换器TLV5618进行DA转换,计算精度高-The use of AVR128 SCM TLV5618 serial DA converters for DA conversion, calculation and high precision
Platform: | Size: 215040 | Author: lc | Hits:

[SCMKeil+proteus

Description: Proteus6.7是目前最好的模拟单片机外围器件的工具,真的很不错。可以仿真51系列、AVR,PIC等常用的MCU及其外围电路(如LCD,RAM,ROM,键盘,马达,LED,AD/DA,部分SPI器件,部分IIC器件,...) 其实proteus与multisim比较类似,只不过它可以仿真MCU!-Proteus6.7 is currently the best single-chip peripheral device simulation tools, really good. Simulation Series 51 can be, AVR, PIC, such as commonly used in MCU and its peripheral circuits (such as the LCD, RAM, ROM, keyboard, motor, LED, AD/DA, some SPI devices, in fact, part of IIC devices ,...) Proteus with Multisim to compare like with like, but it can simulation MCU!
Platform: | Size: 22616064 | Author: 罗晟 | Hits:

[SCMATmega16_base_code

Description: AVR基础试验程序,包括lcd,led,ad,da,eeprom-AVR based on test procedures, including lcd, led, ad, da, eeprom
Platform: | Size: 63488 | Author: qiuwei | Hits:

[SCMTestADC

Description: AVR-MEGA8单片机中使用AD转换的一个例子,原本是用于锂电池充电器中实时检测电量的。程序没有采用中断方式,而是软件调用AD转换函数。-AVR-MEGA8 Singlechip AD converter used in an example of the original lithium battery charger for real-time detection of electricity. Procedures did not interrupt, but the software AD conversion function call.
Platform: | Size: 47104 | Author: guomeng | Hits:

[SCM(45)avr+rs485+lcd12864+ad+da+motor

Description: 数控云台的整个完整方案,结合protues防真部分内容。-NC Yuntai complete the entire program, combined with anti-protues really part of the contents.
Platform: | Size: 199680 | Author: 李志聪 | Hits:

[assembly languageavr100

Description: AVR汇编百例,从别人出弄来,希望对大家有所帮助-Compilation of 100 cases of AVR, get out from others, and they hope to help everyone
Platform: | Size: 58368 | Author: 李公臣 | Hits:

[SCMAVR_UART

Description: [AVR源代码]UART通用方式多机通信-[AVR source code] UART Universal multi-way communication
Platform: | Size: 2048 | Author: zgw | Hits:

[SCMPWM

Description: AVR单片机输出PWM,可调整PWM值,通过PROteus仿真,很实用-AVR Singlechip output PWM, adjustable PWM value, through the Proteus simulation, it is practical
Platform: | Size: 77824 | Author: zhoujunfei | Hits:

[SCMAD

Description: AVR单片机下的一个数模转换程序,经过多次实验,终于调试成功了-AVR under a single-chip digital-to-analog conversion process, through a series of experiments, and finally succeeded in debugging
Platform: | Size: 3072 | Author: duxiancheng | Hits:

[SCMDA

Description: 简单的DA的转换程序,我是用AVR单片机实现的,改改头文件就能使用。供大家参考-DA simple conversion process, I am using the AVR MCU, can be changed using the header files. For your reference
Platform: | Size: 1024 | Author: 黄国海 | Hits:

[Software Engineeringavr

Description: 详细的讲解了如何利用avr单片机完成ad、da转换,包含编程范例,讲解过程简单易懂-In detail how to use avr complete single-chip ad, da converters, including programming examples, explain the process of easy-to-read
Platform: | Size: 1196032 | Author: shirley | Hits:

[OtherS51E(AVR)

Description: 多字节BCD码加法 入口条件:字节数在R7中,被加数在[R0]中,加数在[R1]中。 出口信息:和在[R0]中,最高位进位在CY中。 影响资源:PSW、A、R2 堆栈需求: 2字节 BCDA: MOV A,R7 ;取字节数至R2中 MOV R2,A ADD A,R0 ;初始化数据指针 MOV R0,A MOV A,R2 ADD A,R1 MOV R1,A CLR C BCD1: DEC R0 ;调整数据指针 DEC R1 MOV A,@R0 ADDC A,@R1 ;按字节相加 DA A ;十进制调整 MOV @R0,A ;和存回[R0]中 DJNZ R2,BCD1 ;处理完所有字节 RET   - 多字节BCD码加法 入口条件:字节数在R7中,被加数在[R0]中,加数在[R1]中。 出口信息:和在[R0]中,最高位进位在CY中。 影响资源:PSW、A、R2 堆栈需求: 2字节 BCDA: MOV A,R7 ;取字节数至R2中 MOV R2,A ADD A,R0 ;初始化数据指针 MOV R0,A MOV A,R2 ADD A,R1 MOV R1,A CLR C BCD1: DEC R0 ;调整数据指针 DEC R1 MOV A,@R0 ADDC A,@R1 ;按字节相加 DA A ;十进制调整 MOV @R0,A ;和存回[R0]中 DJNZ R2,BCD1 ;处理完所有字节 RET  
Platform: | Size: 32768 | Author: lhp | Hits:

[Software Engineeringad_da

Description: 基于avr atmega16单片机ad,da源代码,并带lcd显示,usart通信-Based on avr atmega16 SCM ad, da source code, and with lcd display, usart Communications
Platform: | Size: 94208 | Author: xia feng | Hits:

[SCMavrtest

Description: avr开发板的基础实验,包括流水灯、按键、蜂鸣器、LED点阵、数码管、定时器、步进电机、LCD1602和12864、ds18b20、hs0038、AD/DA转换实验,功能很全。-avr development board based on experiments, including water lights, buttons, buzzer, LED dot matrix, digital control, timer, stepper motor, LCD1602 and 12864, ds18b20, hs0038, AD/DA conversion experiments, features are very informative.
Platform: | Size: 419840 | Author: 刘谋荣 | Hits:

[SCMavr

Description: 里面包含了AVR驱动1602LCD(4线)、AD/DA、DS1302、键盘、PWM、串口UART、T696-AVR
Platform: | Size: 1185792 | Author: icanican | Hits:

[SCMavr~proteus~c~100

Description: 单片机C语言程序设计实训100例, AVR+PROTEUS-AVR+PROTEUS+C+100
Platform: | Size: 5785600 | Author: pengwei | Hits:

[SCMPCF8591-AD-DA

Description: 微雪AVR仿真下载一体器 PCF8591 AD-DA
Platform: | Size: 148480 | Author: godspy | Hits:

[SCMAD-AVR

Description: avr8通道AD全部使用进行AD采集,送出3组数据到IO口显示。-LDSFGJOI SLDJ L A FJIA FKF LISDJ VNLADJ AD DA AVR
Platform: | Size: 1024 | Author: 唐涛 | Hits:
« 12 3 4 »

CodeBus www.codebus.net