代码搜索:sensor
找到约 3,982 项符合「sensor」的源代码
代码结果 3,982
www.eeworm.com/read/416222/11037727
h image_sensor.h
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
www.eeworm.com/read/416222/11037735
c image_sensor.c
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
www.eeworm.com/read/467689/7000053
h image_sensor.h
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
www.eeworm.com/read/467689/7000056
c image_sensor.c
/*****************************************************************************
* Copyright Statement: GC0316 drv V1.3
* --------------------
* This software is protected by Copyright and the inform
www.eeworm.com/read/467739/7000526
h image_sensor.h
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
www.eeworm.com/read/467739/7000527
c image_sensor.c
/*****************************************************************************
* Copyright Statement: GC0306 drv V1.1.7
* --------------------
* This software is protected by Copyright and the info
www.eeworm.com/read/467513/7004808
c g_sensor.c
#include "kal_release.h"
#include "custom_config.h"
#include "gpio_sw.h"
#include "drv_comm.h"
#ifdef G_SENSOR_SUPPORT
#include "g_sensor.h"
#include "gpt_sw.h"
#include "intrCtrl.h"
#includ
www.eeworm.com/read/392342/7136176
obj sensor_read.obj
www.eeworm.com/read/392342/7136188
lst sensor_read.lst
C51 COMPILER V7.06 SENSOR_READ 09/18/2008 09:35:49 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE SENSOR_READ
OBJECT MODULE PLACE
www.eeworm.com/read/392342/7136199
c sensor_read.c
//读入HALL信号的值
#include "sfr.h"
#include "port.h"
extern unchar hall_value;
void sensor_read (void)
{
hall_value = sensor_in;
hall_value &= 0x07;
}