Location:
Search - avr128 ad
Search list
Description: 128-AD(AVR128模拟量转换为数字量的AD变换器C语言程序)-128-AD (AVR128 analog to digital converter AD amount of C language program)
Platform: |
Size: 2048 |
Author: minqiang |
Hits:
Description: 一份关于用avr128开发的常用AD转换芯片TLC2543的源程序与Proteus仿真电路图,本人实验还可以挺准的。-A report on the development of a common AD with avr128 conversion chip TLC2543 the source and the Proteus simulation circuit, I can be quite quasi-experiment of.
Platform: |
Size: 55296 |
Author: dmh |
Hits:
Description: 基于avr128的ad转换程序,是c语言编写环境-Conversion process based on avr128 the ad is c language environment
Platform: |
Size: 39936 |
Author: zhuleiming |
Hits:
Description: 以AVR128为控制芯片的AD转换功能的实现-AVR128 for the realization of the AD converter control chip
Platform: |
Size: 11264 |
Author: 乔洪勇 |
Hits:
Description: AD327加速度计,AVR128,AD转换-AD327 accelerometer, AVR128, AD conversion
Platform: |
Size: 207872 |
Author: 张勇 |
Hits:
Description: AVR128单片机 控制AD7852进行ad采集 ,说明,注意AD7852的供电问题-#include<avr/io.h>
#include<avr/interrupt.h>
#include<avr/iom128.h>
#include"ADS7852.h"
#define C_S1 PORTF |= (1<<PF0) //CS置1;
#define C_S0 PORTF &= ~(1<<PF0) //CS置0;
#define RD1 PORTF |= (1<<PF1) //RD置1;
#define RD0 PORTF &= ~(1<<PF1) //RD置0;
#define WR1 PORTF |= (1<<PF2) //WR置1;
#define WR0 PORTF &= ~(1<<PF2) //WR置0;
uchar bag_i,bag_j
Platform: |
Size: 1024 |
Author: yuan |
Hits: