代码搜索结果
找到约 3,982 项符合
Sensor 的代码
c_and_inline_assembly_alternate_implementation_of_math_error_trap_30f_gp_mc_sensor.c
/**********************************************************************
*
othertest.h
typedef enum
{
OK,E10,E01,EP,
} ERROR_CODE;
#define DELAY_TIME 100
/*
typedef union
{
struct
{
unsigned sensor1:1;
unsigned sensor2:1;
unsigned sensor3:1;
unsigned unused:
othertest_1.h
typedef enum
{
OK,E10,E01,EP,
} ERROR_CODE;
#define DELAY_TIME 100
/*
typedef union
{
struct
{
unsigned sensor1:1;
unsigned sensor2:1;
unsigned sensor3:1;
unsigned unused:
quickref.txt
/**
\defgroup quickref Function quick reference
@{
\section sensors Sensor functions
Some sensors generate events when the sensors change. It is always
possible to query the state of a sensor throug
quickref.txt
/**
\defgroup quickref Function quick reference
@{
\section sensors Sensor functions
Some sensors generate events when the sensors change. It is always
possible to query the state of a sensor throug
quickref.txt
/**
\defgroup quickref Function quick reference
@{
\section sensors Sensor functions
Some sensors generate events when the sensors change. It is always
possible to query the state of a sensor throug
lightsensor.java
package lejos.nxt;
/**
* Abstraction for a NXT light sensor.
* The light sensor can be calibrated to low and high values.
*/
public class LightSensor implements SensorConstants
{
ADSenso
quickref.txt
/**
\defgroup quickref Function quick reference
@{
\section sensors Sensor functions
Some sensors generate events when the sensors change. It is always
possible to query the state of a sensor throug