add comment to SerialBoard.java
authormegacz <adam@megacz.com>
Sun, 3 May 2009 23:31:43 +0000 (16:31 -0700)
committermegacz <adam@megacz.com>
Sun, 3 May 2009 23:31:43 +0000 (16:31 -0700)
src/edu/berkeley/slipway/SerialBoard.java

index 99c2324..9fba43e 100644 (file)
@@ -5,6 +5,10 @@ import org.ibex.util.Log;
 import java.io.*;
 import java.util.*;
 
+/**
+ *  This class is obsolete; it used to be an implementation intended
+ *  for an RS-232 interface to Atmel's development kit board.
+ */
 public abstract class SerialBoard implements Board {
 
     /*