stamp.core
Class Memory

java.lang.Object
  |
  +--stamp.core.Memory

public class Memory
extends Object

Methods for operating on the Javelin Stamp's memory.


Method Summary
static int freeMemory()
          Find the number of bytes of memory SRAM.
 
Methods inherited from class java.lang.Object
equals
 

Method Detail

freeMemory

public static int freeMemory()
Find the number of bytes of memory SRAM.
Returns:
the number of bytes of free SRAM.