SunSPOT API V5.0


Uses of Interface
com.sun.spot.sensorboard.capabilities.IADCController

Packages that use IADCController
com.sun.spot.sensorboard Contains highest level interfaces and concrete classes that make up the SunSPOT sensorboard libraries. 
com.sun.spot.sensorboard.io Interfaces and concrete implmentations of classes to enable simple low-level i/o to and from the SunSPOT sensorboards. 
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 IADCController in com.sun.spot.sensorboard
 

Classes in com.sun.spot.sensorboard that implement IADCController
 class EDemoController
          This class manages the SPI interfaces and communications to the reachable parts on the EDemoBoard, namely the Atmega88, the Analog to Digital Converter, and the flash eeprom. ( some of this is done by superclasses ) Controller interfaces use a model of interaction that allows for behaviours of the controlled functionality to be modified by implementing the accessor interfaces.
 

Uses of IADCController in com.sun.spot.sensorboard.io
 

Fields in com.sun.spot.sensorboard.io declared as IADCController
protected  IADCController ScalarInput.myController
           
 

Constructors in com.sun.spot.sensorboard.io with parameters of type IADCController
ScalarInput(PinDescriptor idx, int r, IADCController cntrl)
           
 

Uses of IADCController in com.sun.spot.sensorboard.peripheral
 

Constructors in com.sun.spot.sensorboard.peripheral with parameters of type IADCController
LightSensor(PinDescriptor pidx, int r, IADCController cntrl)
          Creates a new instance of LightSensor
TemperatureInput(PinDescriptor pidx, int r, IADCController cntrl)
          Creates a new instance of TemperatureInput
 


SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.