com.dalsemi.jellybeans
Class Control
java.lang.Object
|
+--com.dalsemi.jellybeans.Control
- public class Control
- extends java.lang.Object
Contains system methods.
|
Method Summary |
static void |
delay(int ms)
Delay a process for ms milliseconds. |
static void |
delayWithMaximumBurn(int ms)
Deprecated. |
static void |
dumpFreeRAM()
Dump the systems free ram out the info port. |
static int |
getFreeRAM()
Gets the free RAM. |
| Methods inherited from class java.lang.Object |
equals,
hashCode,
toString |
delay
public static final void delay(int ms)
- Delay a process for
ms milliseconds.
- Parameters:
ms - the amout of time to sleep.- See Also:
dumpFreeRAM
public static final void dumpFreeRAM()
- Dump the systems free ram out the info port.
- See Also:
delayWithMaximumBurn
public static final void delayWithMaximumBurn(int ms)
- Deprecated.
- Gobble up lots-o-cpu cycles.
- Parameters:
ms - How many milliseconds to wait
getFreeRAM
public static final int getFreeRAM()
- Gets the free RAM.
- Returns:
- Available free RAM.
- See Also: