|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILightSensor | |
---|---|
com.sun.spot.sensorboard | Contains highest level interfaces and concrete classes that make up the SunSPOT sensorboard libraries. |
com.sun.spot.sensorboard.peripheral | Interfaces and concrete implementations of various peripherals that are either connected to or built into the daughter cards. |
Uses of ILightSensor in com.sun.spot.sensorboard |
---|
Methods in com.sun.spot.sensorboard that return ILightSensor | |
---|---|
ILightSensor |
IDemoBoard.getLightSensor()
Method to get built in light sensor. |
ILightSensor |
EDemoController.getLightSensor()
Return light sensor object. |
ILightSensor |
EDemoBoard.getLightSensor()
Method to return the built in light sensor object. |
Uses of ILightSensor in com.sun.spot.sensorboard.peripheral |
---|
Classes in com.sun.spot.sensorboard.peripheral that implement ILightSensor | |
---|---|
class |
LightSensor
Simple extension of ScalarInput. |
Methods in com.sun.spot.sensorboard.peripheral with parameters of type ILightSensor | |
---|---|
void |
ILightSensorThresholdListener.thresholdChanged(ILightSensor light,
int low,
int high)
Callback for when the light sensor thresholds are changed. |
void |
ILightSensorThresholdListener.thresholdExceeded(ILightSensor light,
int val)
Callback for when the light sensor value goes above or below the specified thresholds. |
|
SunSPOT API V3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |