代码搜索结果
找到约 3,982 项符合
Sensor 的代码
analog.lst
C51 COMPILER V7.01 ANALOG 04/30/2003 15:22:06 PAGE 1
C51 COMPILER V7.01, COMPILATION OF MODULE ANALOG
OBJECT MODULE PLACED IN
spi_slv2.c
// SPI_SLV2.C (PIC16F877)
//
// Illustrates an implementation of a PIC in an SPI slave application.
//
// Program loops, awaiting SSP interrupt when input SS is low and a byte has been
// receive
sht.h
//----------------------------------------------------------------------------------
//
// Sensirion SHT1x Humidity Sensor Library
//
//------------------------------------------------------------
libsht.h
/***********************************************************************************
Sensirion SHTxx Sensor Library 0v2
**************************************************************************
libsht.c
/***********************************************************************************
Sensirion SHTxx Sensor Library 0v2
****************************************************************************
tc77.h
/*********************************************************************
*
* TC77 Temperature Sensor Task Include File
*
********************************************************
tc77.h
/*********************************************************************
*
* TC77 Temperature Sensor Task Include File
*
********************************************************
changelog
KSensors-0.7.3
--------------
* Fixed too much decimal digits in sensor values
* Fixed lock and 100% cpu usage when using hddtemp sensor
* Ported to kdevelop 3 project and improved config dialog
sensorchannelsimple.h
#ifndef __Sensor_Channel_Simple_H__
#define __Sensor_Channel_Simple_H__
#include "CommonIncludes.h"
#include "SensorChannelBase.h"
class SensorChannelSimple: public SensorChannelBase
{
public:
S
analog.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/