aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-01-03 01:33:55 +0100
committerDimitri Sokolyuk <demon@dim13.org>2018-01-03 01:33:55 +0100
commit9d932582c8f04a4d3fd5319cc13ec03430473f7e (patch)
tree7a9f8962889c6776e9b32edcf8800f1978308609
parenta8c7e02f153ce2b213560d316b717b0a3e9288ad (diff)
-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()