|
SunSPOT API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
byte[] getArray()
String getName()
|
SunSPOT API V3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |