Alberto Terrazas / Mbed 2 deprecated Lupe

Dependencies:   mbed

Revision:
8:cb15741cc314
Parent:
7:dd26474d5705
--- a/TORTILLA/TORTILLA.cpp	Wed Feb 20 22:03:58 2019 +0000
+++ b/TORTILLA/TORTILLA.cpp	Mon Feb 25 23:10:33 2019 +0000
@@ -153,4 +153,9 @@
 }//setOvenTrigger
 int TORTILLA::getOvenTrigger(int tortilla){
     return ovenTrigger[tortilla];
-}//getOvenTrigger
\ No newline at end of file
+}//getOvenTrigger
+
+void TORTILLA::setDesiredProduction(int DP){
+    desiredProduction=DP;
+    return;
+}//setDesiredProduction
\ No newline at end of file