ELEC2645 (2018/19) / Mbed 2 deprecated el17cd

Dependencies:   mbed

Revision:
2:a5bc7b3779f7
Parent:
1:044238f7bdda
Child:
3:2e31dfcb712a
--- a/Rasturizer/Rasturizer.cpp	Fri Feb 22 12:57:19 2019 +0000
+++ b/Rasturizer/Rasturizer.cpp	Fri Feb 22 13:45:34 2019 +0000
@@ -1,8 +1,10 @@
 #include "mbed.h"
 #include "Rasturizer.h"
-#include "Face.h"
+
 
-Rasturizer::Rasturizer(Face face){
+Rasturizer::Rasturizer(){//Face face){
+    /*lcd.init();
+    float f = face.GetVertexValue(0,0);
     float points[4][2] = {{rand()%20,rand()%20},{20+rand()%20, rand()%20}, {20+rand()%20,20+rand()%20}, {rand()%20,20+rand()%20}};
 
     int diffX1 = points[0][0]-points[1][0];
@@ -45,4 +47,5 @@
                  points[3][0],
                  points[3][1],
                  1);
+    */
 }
\ No newline at end of file