搜索资源列表
tlc2543
- 一份关于用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.
128_AD
- 128-AD(AVR128模拟量转换为数字量的AD变换器C语言程序)-128-AD (AVR128 analog to digital converter AD amount of C language program)
ADconvret
- 基于avr128的ad转换程序,是c语言编写环境-Conversion process based on avr128 the ad is c language environment
ad
- 以AVR128为控制芯片的AD转换功能的实现-AVR128 for the realization of the AD converter control chip
adc
- AD327加速度计,AVR128,AD转换-AD327 accelerometer, AVR128, AD conversion
ADS7852
- 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)