代码搜索结果

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

fet440_adc12_10.c

//****************************************************************************** // MSP-FET430P440 Demo - ADC12, Using the Temperature Sensor // // This example shows how to use the intergrated t

sensor.~pas

unit Sensor; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, RzPanel, StdCtrls; type TFormSensor = class(TForm) RzGr

sensor.pas

unit Sensor; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, RzPanel, StdCtrls; type TFormSensor = class(TForm) RzGr

boat.dpr

program Boat; uses Forms, BoatMain in 'BoatMain.pas' {MainForm}, Image in 'Image.pas' {FormImage}, GPS in 'GPS.pas' {FormGPS}, Sensor in 'Sensor.pas' {FormSensor}; {$R *.res} b

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

zmctempdemo.h

/* Microchip Temperature Sensor Demo Profile Definition File This ZigBee Profile header file provides all of the constants needed to implement the Microchip Temperature Sensor demo. It is desi

fet440_adc12_10.c

//****************************************************************************** // MSP-FET430P440 Demo - ADC12, Using the Temperature Sensor // // This example shows how to use the intergrated t

fet430_adc12_10.c

//****************************************************************************** // MSP-FET430P430 Demo - ADC12, Using the Temperature Sensor // // This example shows how to use the intergrated t

htsdriver.c

/**************************************************************************** * * MODULE: Driver for Sensirion SHT1x humidity and temp sensor * * COMPONENT: HtsDriver.c,v *