代码搜索结果
找到约 3,982 项符合
Sensor 的代码
demo_output2.txt
DS18X20 1-Wire-Reader Demo by Martin Thomas
-------------------------------------------
Scanning Bus for DS18X20
1 DS18X20 Sensor(s) available:
# in Bus :1 : FC:28 (18B)SN: 44 D7 6B 00 00 00 CRC:B
filter.m
clc;
clear;
name='*.txt';
filename=[path,name];
[FileSTD_Name,path]=uigetfile(filename,'打开Sensor数据文件');
filename=[path,FileSTD_Name];
[fid,message]
main.asv
function varargout = main(varargin)
% MAIN M-file for main.fig
% MAIN, by itself, creates a new MAIN or raises the existing
% singleton*.
%
% H = MAIN returns the handle to a new M
filter.asv
clc;
clear;
name='*.txt';
filename=[path,name];
[FileSTD_Name,path]=uigetfile(filename,'打开Sensor数据文件');
filename=[path,FileSTD_Name];
[fid,mess
main.m
function varargout = main(varargin)
% MAIN M-file for main.fig
% MAIN, by itself, creates a new MAIN or raises the existing
% singleton*.
%
% H = MAIN returns the handle to a new M
adc.h
//
//Atmel AVR Design Contest 2006 Registration Number AT3221
//
#define TEMPERATURE_SENSOR 0
#define VOLTAGE_SENSOR 1
#define LIGHT_SENSOR 2
#define CELCIUS 3
#define FARENH
usb.asm
*
.mmregs
.include constant.inc
.include c54.inc
.def usb_read
.ref sensor_map
.ref io_map,page
.ref usbbuf,BUFFER
.ref IC_COLD_RST,COM_IC
.ref select_a,select_b
vc032x_sensor.h
#if 0
static __u8 mi1310soc_gamma[17]= {
0x00,0x13,0x38,0x59,0x79,0x92,0xa7,0xb9,0xc8,
0xd4,0xdf,0xe7,0xee,0xf4,0xf9,0xfc,0xff
};
static __u8 mi1310soc_matrix[9]= {
0x56,0xf0,0xf6,0xf3,0x57,0xf6,