Alberto Terrazas / Mbed 2 deprecated Lupe

Dependencies:   mbed

Revision:
0:b47aaa131075
Child:
1:4fb1de70cd4d
diff -r 000000000000 -r b47aaa131075 TORTILLA/TORTILLA.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TORTILLA/TORTILLA.h	Mon Feb 11 15:28:07 2019 +0000
@@ -0,0 +1,18 @@
+#include "mbed.h"
+
+class TORTILLA{
+    public:
+        TORTILLA(void);
+    private:
+    //int* timer;
+    int extruderTimer;
+    bool EXTRUDER_PRODUCTION;
+    int cutterTimer;
+    bool CUTTER_PRODUCTION;
+    int griddleTimer;
+    bool GRIDDLE_PRODUCTION;
+    int ovenTimer;
+    bool OVEN_PRODUCTION;
+    int desiredProduction;
+    bool TORTILLA_PRODUCTION;
+};//TORTILLA
\ No newline at end of file