代码搜索结果
找到约 10,000 项符合
ADC 的代码
adc.h
/************************************************************************************
* Copyright (c), 2004-2007,西安铭朗电子科技有限责任公司
* All rights reserved.
*
* Http: www.mlarm.com
* Email
adc.h
//ICC-AVR application builder : 2007-4-3 10:53:29
// Target : M8
// Crystal: 8.0000Mhz
#ifndef __ADC__H
#define __ADC__H
void Init_Adc(void);
int Read_Adc(unsigned char channel);
void I
adc.c
////////////////////////////////////////////////////////////////
// 无线传感器网络节点程序 //
// DAC操作子程序 //
//
adc_unload
#!/bin/sh
module="adc0809.o"
device="adc0809"
# invoke rmmod with all arguments we got
/sbin/rmmod $device || exit 1
# Remove stale nodes
echo "unlaod module adc0809"
#rm -f /dev/${device}
adc_load
#!/bin/sh
module="adc0809.o"
device="adc0809"
#group="root"
mode="664"
#remove any existing node
/sbin/rmmod adc0809
# invoke insmod with all arguments we got
/sbin/insmod -f $module $device || exit
adc.h
sfr16 ADC0=0xc4;
void Adc_init(void);
void Dac_init(void);
int Adc0_hdl(unsigned char channel);
int Adc0_hdl_f(unsigned char channel);
void Dac_hdl(unsigned char Daout);
adc.#1
sfr16 ADC0=0xc4;
extern void Adc_init(void);
extern int Adc0_hdl(unsigned char channel);