updated 7seg controls for new 7 seg boards

Dependencies:   PixelArray WS2812 mbed

Fork of frdm_pong_table_controller by Demo Team

Revision:
8:66dac2e00cce
Parent:
7:dc6f1f105c52
Child:
9:f3f194982bb3
--- a/main.h	Mon Jul 10 16:06:14 2017 +0000
+++ b/main.h	Tue Jul 11 08:51:23 2017 +0000
@@ -71,7 +71,7 @@
 void Setup(); // initial pattern
 void SetNumberPatterns(); // sets segment patterns for numbers
 void SetLEDArray(int x); // sets segment patterns in mainArray
-void WriteAnimation(); // writes scores to the LEDs
+void WriteScores(); // writes scores to the LEDs
 void WritePxAnimation(int line_num,bool isRobot,bool colour); // writes mainArray to either LED buffer in blue or random colours
 
 void HandleGoal(bool hasRobotScored);