Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: TORTILLA/TORTILLA.cpp
- 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