plotter

Dependents:   george

Revision:
1:761371998f16
Parent:
0:ed208b547ef9
--- a/plotter.h	Sun Oct 30 19:37:33 2016 +0000
+++ b/plotter.h	Sun Oct 30 22:30:34 2016 +0000
@@ -1,7 +1,7 @@
 #ifndef _plotter
 #define _plotter
 
-void init_plotter(int num_vars, int loop_freq, int plot_freq);
+void init_plotter(int num_vars);
 void plot(int index, float value);
 
 void send_message();