add comment to SerialBoard.java
[slipway.git] / 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 {
 
     /*