代码搜索结果

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

image_sensor.h

/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contain

image_sensor.c

/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contain

image_sensor.h

/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained

image_sensor.c

/***************************************************************************** * Copyright Statement: GC0316 drv V1.3 * -------------------- * This software is protected by Copyright and the inform

image_sensor.h

/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained

image_sensor.c

/***************************************************************************** * Copyright Statement: GC0306 drv V1.1.7 * -------------------- * This software is protected by Copyright and the info

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

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

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; }