代码搜索:ADC0
找到约 667 项符合「ADC0」的源代码
代码结果 667
www.eeworm.com/read/105433/15667228
c analog.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/105127/15677335
c analog.c
//-----------------------------------------------------------------------------
// Net ANALOG.C
//
// This module handles the analog inputs which are external temperature
// sensor, the on-chip te
www.eeworm.com/read/101814/15806353
c analog.c
//-----------------------------------------------------------------------------
// Net ANALOG.C
//
// This module handles the analog inputs which are external temperature
// sensor, the on-chip te
www.eeworm.com/read/283233/9034444
lkf debug.lkf
-z -q -c -m"./Debug/ADC.map" -o"./Debug/ADC.out" -x -i"d:/ccs/c2000/bios/lib" -i"d:/ccs/c2000/cgtools/lib"
"D:\ccs\ADC0\Debug\adc.obj"
"D:\ccs\ADC0\Debug\DSP281x_CpuTimers.obj"
"D:\ccs\ADC0\Debug\D
www.eeworm.com/read/283233/9034594
lkv debug.lkv
-z -q -c -m"./Debug/ADC.map" -o"./Debug/ADC.out" -x -i"d:/ccs/c2000/bios/lib" -i"d:/ccs/c2000/cgtools/lib"
"D:\ccs\ADC0\Debug\adc.obj"
"D:\ccs\ADC0\Debug\DSP281x_CpuTimers.obj"
"D:\ccs\ADC0\Debug\D
www.eeworm.com/read/356838/10220418
_tx 端口图._tx
电机控制
PD6 PD7
0 0 Free
0 1 正转
1 0 反转
1 1 刹车
码盘:
PD3 方向
PD2 INT0
//AD
PC2
PC3
IIC:
PC5 (scl)
PC4 (sda)
LED
PC0
www.eeworm.com/read/333575/12671362
#1 温度传感器.#1
#include "c8051F020.h"
#define SYSCLK 2000000
sfr16 ADC0 = 0xbe; // ADC0 data
void init_adc(void)
{
ADC0CN = 0x81;//打开adc0,并设置转换方式为向adc0busy写1,寄存器数据格式,如果是浮点,则选择
www.eeworm.com/read/333575/12671590
c 温度传感器.c
#include "c8051F020.h"
#define SYSCLK 2000000
sfr16 ADC0 = 0xbe; // ADC0 data
void init_adc(void)
{
ADC0CN = 0x81;//打开adc0,并设置转换方式为向adc0busy写1,寄存器数据格式,如果是浮点,则选择
www.eeworm.com/read/333575/12671733
c 温度传感器.c
#include "c8051F020.h"
#define SYSCLK 2000000
sfr16 ADC0 = 0xbe; // ADC0 data
void init_adc(void)
{
ADC0CN = 0x81;//打开adc0,并设置转换方式为向adc0busy写1,寄存器数据格式,如果是浮点,则选择
www.eeworm.com/read/152371/12118778
ini adc5.ini
/*-------------------------------------------------------------
The following functions will set the imputs of the analog
converter to 0, limit, or differnt values
---------------------------------