代码搜索:ad转换
找到约 10,000 项符合「ad转换」的源代码
代码结果 10,000
www.eeworm.com/read/407198/11425128
plg ad0809.plg
礦ision3 Build Log
Project:
E:\例子\27.ADC0809AD转换器基本应用技术\Keil-C2\AD0809.uv2
Project File Date: 10/12/2007
Output:
www.eeworm.com/read/407198/11425130
lst ad0809.lst
C51 COMPILER V8.05a AD0809 10/12/2007 23:08:44 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE AD0809
OBJECT MODULE PLACED IN
www.eeworm.com/read/407198/11425137
c ad0809.c
#include
unsigned char code dispbitcode[]={0xfe,0xfd,0xfb,0xf7, 0xef,0xdf,0xbf,0x7f};
unsigned char code dispcode[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x00};
unsigned
www.eeworm.com/read/407198/11425138
obj ad0809.obj
www.eeworm.com/read/407198/11425140
hex ad0809.hex
:1002B500FEFDFBF7EFDFBF7F3F065B4F666D7D07FA
:0B02C5007F6F008C9CACBCCCDCECFC20
:1002D00008100A0A0A0A0A0A0A0A010A03010B009C
:1000DC00758911758CF0758A60758DC3758B51D2CD
:1000EC008CD2A9D2ABD28ED2AFE50
www.eeworm.com/read/407198/11425141
opt ad0809.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/406991/11431457
c soft_ad.c
/*软件A/D所能实现的精度有限,测量电压范围是2-15V,
而且速度低(约1KHz),但仅用一个电容和一个电阻的诱惑
力,我想大虾您会笑纳的。用于某些场合是有用的。
原理是利用470K电阻对1uF电容充电,利用P0.0口作为检测电压,
当电压低于1/3 VCC时,P0.0读入的I/O电平为0,当充电电压超过
1/3 VCC时,P0.0读入的I/O电平为1。通过测量此过程所用的时间, ...
www.eeworm.com/read/406747/11436824
c ad7714.c
#include
#include
#include
#include
#include
#include "config.h"
#include "ad7714.h"
// These are suitable for a clock rate of 2.
www.eeworm.com/read/406747/11436825
h ad7714.h
typedef struct {
uint8_t gain_param;
uint8_t chan;
uint16_t rate;
} ad7714params_t;
void ad7714init();
void ad7714setup(ad7714params_t new_params);
uint8_t ad7714have_capture();
uint32_t ad7714get