Craig Evans / m3pi

Dependents:   3pi_Example_2 3pi_Lab1_Task2_Example1 3pi_Lab2_Task1_Example1 3pi_Line_Follow ... more

Revision:
4:0abe81f5d9fd
Parent:
3:5015bc2d1cf8
Child:
9:074ce6197b51
--- a/m3pi.h	Thu May 25 10:18:43 2017 +0000
+++ b/m3pi.h	Mon Jun 26 11:09:40 2017 +0000
@@ -173,6 +173,8 @@
     DigitalOut* _reset;
     
     float _last_line_position;
+    
+    char _bar_graph[7];
 
     void reset();