代码搜索结果
找到约 5,431 项符合
Temperature 的代码
log_table.c
char log_table[][40]=
{
{"there is an cmd connect request"},//1
{"cmd connect request confirmed"},//2
{"cmd deconnect request"},//3
{"cmd deconnect confirm"},//4
{"get temperature request"},//5
analog.c
//-----------------------------------------------------------------------------
// Net ANALOG.C
//
// This module handles the analog inputs which are external temperature
// sensor, the on-chip te
main.c
/*------------------------------------------------------------------*-
Main.C (v1.00)
------------------------------------------------------------------
Framework for a central heatin
vwtool.ini
CommPort=1
VehicleSpeed=KMH
Temperature=C
manifest.mf
Main-Class: Temperature
adc.c
/*****************************************************************************
* ADC
*****************************************************************************
* FileName: adc.c
* D
temp.h
#ifndef TEMPERATURE_CLASS
#define TEMPERATURE_CLASS
class Temperature
{
private:
// data holding current high and low readings for the day
float highTemp, lowTemp;
temp.h
#ifndef TEMPERATURE_CLASS
#define TEMPERATURE_CLASS
class Temperature
{
private:
// data holding current high and low readings for the day
float highTemp, lowTemp;
temp.h
#ifndef TEMPERATURE_CLASS
#define TEMPERATURE_CLASS
class Temperature
{
private:
// data holding current high and low readings for the day
float highTemp, lowTemp;
ds1631.dox
/** \defgroup ds1631 ds1631: Dallas DS1631 Temperature Sensor Driver
This library provides high-level functions for accessing the Dallas
Semiconductor DS1631 I2C Temperature Sensor.
The basi