代码搜索结果
找到约 10,000 项符合
Analog 的代码
analog.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
analog.c
/* This file has been prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief
* Sampling and c
analog.h
/* This file has been prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief
* Headerfile for
analog.c
/* Analog */
#include
#include
#include
#include
void screen()
{
cleardevice();
setcolor(GREEN);
rectangle(0, 0, getmaxx(), getmaxy());
}
analog.h
//-----------------------------------------------------------------------------
// ANALOG.H
//
//-----------------------------------------------------------------------------
void init_adc(void)
analog.c
//-----------------------------------------------------------------------------
// Net ANALOG.C
//
// This module handles the analog inputs which are external temperature
// sensor, the on-chip te
analog.h
//-----------------------------------------------------------------------------
// ANALOG.H
//
//-----------------------------------------------------------------------------
void init_adc(void)
analog.#3
//-----------------------------------------------------------------------------
// 这部分程序是利用040内部温度传感器采集出温度值及电压的值,然后通过
//以太网将这些值发送出去的.
//-------------------------------------------------------------
analog.#1
//-----------------------------------------------------------------------------
// 这部分程序是利用040内部温度传感器采集出温度值及电压的值,然后通过
//以太网将这些值发送出去的.
//-------------------------------------------------------------
analog.#2
//-----------------------------------------------------------------------------
// 这部分程序是利用040内部温度传感器采集出温度值及电压的值,然后通过
//以太网将这些值发送出去的.
//-------------------------------------------------------------