|
SunSPOT API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDemoBoard
Definition of the generic interface for a SunSPOT demo board. Defines methods to access sensors & effectors that are specific to the DemoBoards.
Method Summary | |
---|---|
IAccelerometer3D |
getAccelerometer()
Method to get built in accelerometer. |
ITemperatureInput |
getADCTemperature()
Method to get internal temperature sensor on the ADC from the edemo board. |
IIOPin[] |
getIOPins()
Method to return an array of the builtin bidirectional digital pins. |
ITriColorLED[] |
getLEDs()
Method to return an array of all the builtin LEDs. |
ILightSensor |
getLightSensor()
Method to get built in light sensor. |
IOutputPin[] |
getOutputPins()
Method to return an array of the builtin high current output pins. |
IScalarInput[] |
getScalarInputs()
Method to return an array of the builtin analog input pins. |
ISwitch[] |
getSwitches()
Method to return an array of the builtin switches. |
Method Detail |
---|
IAccelerometer3D getAccelerometer()
ILightSensor getLightSensor()
ITemperatureInput getADCTemperature()
ITriColorLED[] getLEDs()
ISwitch[] getSwitches()
IIOPin[] getIOPins()
IOutputPin[] getOutputPins()
IScalarInput[] getScalarInputs()
|
SunSPOT API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |