代码搜索结果
找到约 3,982 项符合
Sensor 的代码
msgrcvsensor.m
function [exectime, data] = msgRcvSensor(seg, data)
disp('ERROR: sensor received a message');
exectime = -1;
msgrcvsensor.m
function [exectime, data] = msgRcvSensor(seg, data)
disp('ERROR: sensor received a message');
exectime = -1;
msgrcvsensor.m
function [exectime, data] = msgRcvSensor(seg, data)
disp('ERROR: sensor received a message');
exectime = -1;
makefile_bob
COMPONENT=Bob
#change the packet length to 102 bytes
MSG_SIZE=102
##########################################
# choose sensor #
#######################################
makefile_alice
COMPONENT=Alice
#change the packet length to 102 bytes
MSG_SIZE=102
##########################################
# choose sensor #
#####################################
65. f28xx aci3_4:sensor-less direct flux vector control of .txt
This system framework contains sensor-less direct field oriented control of 3-phase induction motor. The motor speed is controlled by using estimated speed as the speed feedback from the speed estimat
makefile
COMPONENT=CliAppC
CFLAGS += -I$(TOSDIR)/lib/printf -I$(TOSDIR)/lib/net/6lowpan -D'TOSH_DATA_LENGTH=102'
# TelosB
# CFLAGS + = "-D'ENABLE_TELOSB_LIGHT_SENSOR=1' -D'ENABLE_TELOSB_TEMP_SENSOR=1'"
sensors.h
#ifndef _SENSORS_H
# define _SENSORS_H
typedef struct {
char type;
char mode;
short raw;
short value;
char boolean;
} sensor_t;
# define N_SENSORS (4)
extern sensor_t sensors[N_SENSORS