Alberto Terrazas / Mbed 2 deprecated Lupe

Dependencies:   mbed

Revision:
2:364e8d3f9ee4
Parent:
1:4fb1de70cd4d
Child:
4:379e05b2fc0d
--- a/TORTILLA/TORTILLA.h	Mon Feb 11 23:01:09 2019 +0000
+++ b/TORTILLA/TORTILLA.h	Tue Feb 12 18:10:24 2019 +0000
@@ -6,6 +6,7 @@
         void check(void);
         void setDP(int DP);
         bool getExtruder(void);
+        void setExtruder(bool NEW);
         bool getCutter(void);
         bool getGriddle(void);
         bool getOven(void);
@@ -14,6 +15,10 @@
         void addCutter(void);
         void addGriddle(void);
         void addOven(void);
+        int getExtruderCount(void);
+        int getCutterCount(void);
+        int getGriddleCount(void);
+        int getOvenCount(void);
     private:
     //int* timer;
     int extruderCount;