Alberto Terrazas / Mbed 2 deprecated Lupe

Dependencies:   mbed

Revision:
0:b47aaa131075
Child:
1:4fb1de70cd4d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TORTILLA/TORTILLA.cpp	Mon Feb 11 15:28:07 2019 +0000
@@ -0,0 +1,17 @@
+#include "mbed.h"
+#include "TORTILLA.h"
+
+TORTILLA::TORTILLA(void){
+    //int temporal[numb];
+    //timer=temporal;
+    extruderTimer=0;
+    EXTRUDER_PRODUCTION=false;
+    cutterTimer=0;
+    CUTTER_PRODUCTION=false;
+    griddleTimer=0;
+    GRIDDLE_PRODUCTION=false;
+    ovenTimer=0;
+    OVEN_PRODUCTION=false;
+    desiredProduction=0;
+    TORTILLA_PRODUCTION=false;
+}//Constructor
\ No newline at end of file