ELEC2645 (2018/19) / Mbed 2 deprecated el17dg

Dependencies:   mbed

Fork of el17dg by Dmitrijs Griskovs

Revision:
26:676874c42883
Parent:
25:749f1efc31fc
Child:
27:f05f4e738ba9
--- a/Models/models.cpp	Wed Apr 03 12:46:04 2019 +0000
+++ b/Models/models.cpp	Sat Apr 06 20:13:33 2019 +0000
@@ -238,7 +238,6 @@
     0,0,0,0,0,1,1,1,0,0,1,1,1,0,1,1,1,1,1,0,1,1,1,0
     
 };
-
 const int tutorialArrowRight [70] = {          //10 by 7
     0,0,0,0,0,0,1,0,0,0,
     0,0,0,0,0,0,0,1,0,0,
@@ -249,7 +248,6 @@
     0,0,0,0,0,0,1,0,0,0
 
 };
-
 const int tutorialArrowLeft [70] = {          //10 by 7
     0,0,0,1,0,0,0,0,0,0,
     0,0,1,0,0,0,0,0,0,0,
@@ -258,5 +256,4 @@
     0,1,0,0,0,0,0,0,0,0,
     0,0,1,0,0,0,0,0,0,0,
     0,0,0,1,0,0,0,0,0,0
-};
-
+};
\ No newline at end of file