SunSPOT API V5.0


com.sun.spot.sensorboard.hardware
Interface IAtmegaCode


public interface IAtmegaCode

First pass at programming the atmega will use a simple pushing of a prewritten byte array to the part. There are methods to generate the appropriate java from intel hex files, compiled by whatever means you like. see arshan.poursohi@sun.com.

Author:
arshan

Method Summary
 byte[] getArray()
          return a byte array that contains the code as we want to write it to the atmega part ( ie. just the bits, no intel hex checksums or such )
 String getName()
          return a String that is the name of this program this is only to make sending the user error messages easier
 

Method Detail

getArray

byte[] getArray()
return a byte array that contains the code as we want to write it to the atmega part ( ie. just the bits, no intel hex checksums or such )


getName

String getName()
return a String that is the name of this program this is only to make sending the user error messages easier


SunSPOT API V5.0


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