Class blink

java.lang.Object
  |
  +--blink

public class blink
extends java.lang.Object

Blinks the JStamp heartbeat LED on a 1 second period. Also uses System.out to print information to either Charade or, if you have enabled the JStamp serial port driver, to JStamp Serial A.


Field Summary
(package private) static int testint
          Loop counter
 
Constructor Summary
blink()
           
 
Method Summary
static void delay(int msecs)
          Sleep for the {parameter} number of milliseconds
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

testint

static int testint
Loop counter
Constructor Detail

blink

public blink()
Method Detail

main

public static void main(java.lang.String[] args)

delay

public static void delay(int msecs)
Sleep for the {parameter} number of milliseconds