代码搜索:数字传感器
找到约 10,000 项符合「数字传感器」的源代码
代码结果 10,000
www.eeworm.com/read/16728/685027
c tsensor.c
/*******************************************************************************
* 文件名 : tsensor.c
* 功能描述 : 温度传感器STLM75读/写程序.
* 该程序包括I2C总线协议及读写STLM75所有的功能函数及摄氏度华氏度温度显示
****
www.eeworm.com/read/37272/900918
h dht21.h
/***********************************************************************************************
文件:DHT21.H
作者:杨斌
用途:温湿度传感器DHT21(AM2301)驱动程序
MCU: MSP430F149 晶振:8MHz
编译器:IAR Ror MSP430 5.10
日期:20
www.eeworm.com/read/244294/4511647
h distance.h
#ifndef __DISTANCE_h__
#define __DISTANCE_h__
// write your header here
// 对外提供:
// 里程计量、速度测量、行驶时间接口
// 内部实现包括:
// 传感器脉冲测量
// 里程换算
// 启动时间测定
// 停止时间测定
#include "spce061a.h"
extern vo
www.eeworm.com/read/235684/4646257
asm zhtest1.asm
;==============================================================================
; 控制系统名称: Zhtest1
;
; 程序文件名: Zhtest1.ASM
;
; 功能描述: 带速度传感器的三相异步电动机磁场定向控制
;
; 公司: 达盛科技
;
; 目标板:x2407
;=========
www.eeworm.com/read/383940/2609295
nc isl29001c.nc
/**
* 本程序用于测试I2C驱动,传感器为ISL29001,CPU为atmel1281
* @author Majy & Lizm
* @date 2008/09/22
* @latest modified by Lizm at 2008/09/24 09:26
*/
#include "Timer.h"
#include "I2C.h"
#include "
www.eeworm.com/read/383940/2609327
nc islc.nc
/**
* 本程序用于测试ISL29001光照传感器接口组件和I2C驱动
* @author Lizm & Majy & Dupl
* @date 2008/09/27
*/
#include "Timer.h"
#include "I2C.h"
#include "ISL29001.h"
module ISLC
{
uses interface B
www.eeworm.com/read/362751/2927797
h hfusion01.h
#define M 2 //传感器测量维数
#define N 2 //待估计量维数(高度和高度偏差)
#define K 2350
#define L 2*K //待处理数据量
#define H0 0 //机场海拔高度
#define T 1
www.eeworm.com/read/362751/2927810
h hfusion01.h
#define M 2 //传感器测量维数
#define N 2 //待估计量维数(高度和高度偏差)
#define K 3919
#define L 2*K //待处理数据量
#define H0 0 //机场海拔高度
#define T 1
www.eeworm.com/read/362751/2927826
h hfusion01.h
#define M 2 //传感器测量维数
#define N 2 //待估计量维数(高度和高度偏差)
#define K 1800
#define L 2*K //待处理数据量
#define H0 0 //机场海拔高度
#define T 1
www.eeworm.com/read/294546/8218954
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("传感器数据库部分")]