aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plot.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/plot.go b/plot.go
index 5917232..eb0a9ea 100644
--- a/plot.go
+++ b/plot.go
@@ -22,10 +22,6 @@ func (r Robo) Close() error {
return r.dev.Close()
}
-type Plotter interface {
- Plot() []byte
-}
-
func (r Robo) Wait4Ready() {
t := time.NewTicker(time.Second)
defer t.Stop()