代码搜索结果
找到约 3,108 项符合
Sensor 的代码
hyundai.txt
Hyundai data ObD2
P1100 Manifold Absolute Pressure Sensor Range/Performance
P1102 Manifold Absolute Pressure Sensor Circuit Low Input
P1103 Manifold Absolute Pressure Sensor Circuit H
mazda.txt
Mazda data ObD2
P1000 OBD II Monitor Testing Not Completed
P1001 Unable to Achieve Self-Test Function or SCP Error
P1100 Mass Airflow Sensor Circuit Intermittent
P1101 Mass Airflow
porsche.txt
Porsche data ObD2
P1102 Oxygen Sensor Heating
P1105 Oxygen Sensor Heating
P1107 Oxygen Sensor Heating
P1110 Oxygen Sensor Heating
P1115 Oxygen Sensor Heating
P1117 Oxygen Sen
analog.c
//-----------------------------------------------------------------------------
// Net ANALOG.C
//
// This module handles the analog inputs which are external temperature
// sensor, the on-chip te
cb_sensor.cpp
#include "CB_Sensor.h"
#include "CB_Unit.h"
//##ModelId=40B434D0000C
SENSOR *CB_Sensor::getSensor(char *index)
{
FILE *pFile;
pFile = fopen("dat/sensor.dest","r");
SENSOR sensor;
whi
cb_sensor_bk.cpp
#include "CB_Sensor_bk.h"
#include "CB_Unit.h"
//##ModelId=40B434D0000C
int CB_Sensor_bk::getSensor(char *index, SENSOR &sensor_source)
{
FILE *pFile;
pFile = fopen("dat/sensor.dest","r");
sersor.c
//Hisense DischargeTemp sensor table
//Hisense Air & Pipe sensor table
//the same as 1to2 sensors (MITSUBISHI or )
//===================================================
#define AirSensorM30C
zmctempdemo.h
/*
Microchip Temperature Sensor Demo Profile Definition File
This ZigBee Profile header file provides all of the constants needed to
implement the Microchip Temperature Sensor demo. It is desi
tlc.vhd.bak
library ieee;
use ieee.std_logic_1164.all;
Entity tlc is
port (
Clk: in std_logic;
sensor: in std_logic
);
End tlc;
Architecture tlc1 of tlc is
type st
traffic.vhd
library ieee;
use ieee.std_logic_1164.all;
Entity traffic is
port (
Clk: in std_logic;
sensor: in std_logic
);
End traffic;
Architecture traffic1 of tr