SunSPOT API V3.0


Uses of Class
com.sun.spot.sensorboard.hardware.Atmega

Packages that use Atmega
com.sun.spot.sensorboard Contains highest level interfaces and concrete classes that make up the SunSPOT sensorboard libraries. 
com.sun.spot.sensorboard.hardware Interfaces and concrete classes that embody various pieces of hardware that are built into the SunSPOT sensorboards. 
com.sun.spot.sensorboard.util Collection of utility classes to deal with the SunSPOT sensorboards. 
 

Uses of Atmega in com.sun.spot.sensorboard
 

Methods in com.sun.spot.sensorboard that return Atmega
 Atmega AtmegaProtoBoard.getAtmega()
           
 

Uses of Atmega in com.sun.spot.sensorboard.hardware
 

Subclasses of Atmega in com.sun.spot.sensorboard.hardware
 class Atmega48
          Simple wrapper for the Atmega48 part.
 class Atmega88
          Simple wrapper for the Atmega88 part
 

Fields in com.sun.spot.sensorboard.hardware declared as Atmega
protected  Atmega AtmegaExternalBoard.atmega
           
 

Methods in com.sun.spot.sensorboard.hardware that return Atmega
 Atmega AtmegaExternalBoard.getAtmega()
          call to the board to return a pointer to the Atmega Controller
 

Methods in com.sun.spot.sensorboard.hardware with parameters of type Atmega
 void AtmegaExternalBoard.setAtmega(Atmega atm)
          set the atmega part
 

Uses of Atmega in com.sun.spot.sensorboard.util
 

Methods in com.sun.spot.sensorboard.util with parameters of type Atmega
 void AtmegaBootloader.flash(Atmega part, IAtmegaCode code)
          given
 


SunSPOT API V3.0


Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.