代码搜索结果

找到约 3,108 项符合 Sensor 的代码

i2c-sensor-vid.c

/* i2c-sensor-vid.c - Part of lm_sensors, Linux kernel modules for hardware monitoring Copyright (c) 2004 Rudolf Marek This program is free software; you

analog.c

//----------------------------------------------------------------------------- // Net ANALOG.C // // This module handles the analog inputs which are external temperature // sensor, the on-chip te

readme.txt

DK-LM3S815 Quickstart Application This example uses the potentiometer on the development board to vary the rate of a repetitive beep from the piezo buzzer, while the light sensor will vary the fr

readme.txt

DK-LM3S811 Quickstart Application This example uses the potentiometer on the development board to vary the rate of a repetitive beep from the piezo buzzer, while the light sensor will vary the fr

readme.txt

DK-LM3S316 Quickstart Application This example uses the potentiometer on the development board to vary the rate of a repetitive beep from the piezo buzzer, while the light sensor will vary the fr

sensor.c

#include #include #include /*#define BUS_ADD1 0X5A #define BUS_ADD2_T1 0X92 #define BUS_ADD2_T2 0X90*/ extern unsigned char vol1_high; exter

sensor.c

#include #include #include /*#define BUS_ADD1 0X5A #define BUS_ADD2_T1 0X92 #define BUS_ADD2_T2 0X90*/ extern unsigned char vol1_high; exter

3_5_3.s43

; ;注意此文件的个别子程序在后面 ;同时结构请读者补充 ; #include "msp430x14X.h" Ref equ 001h ; P2.0 连接参考电阻 Sensor equ 002h ; P2.1 连接传感器 Mainloop mov #Sensor,R14

temperaturesensor-simple.c

// - TemperatureSensor simple - // This simple example simple opens a temperature sensor phidget and waits for one to be attached. The program will then wait for // user input to terminate. While