checkpoint
[slipway.git] / src / edu / berkeley / obits / device / atmel / Chip.java
index 82035df..36c21c0 100644 (file)
@@ -15,8 +15,6 @@ public interface Chip {
     public boolean con();
 
     //remove
-    public void buffered();
-    public void buffered(boolean buf);
     public void flush();
     public int readPins();
 }