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.h
- Revision:
- 4:379e05b2fc0d
- Parent:
- 2:364e8d3f9ee4
- Child:
- 5:fe1e88d6b0cb
diff -r dd5c9690ed0d -r 379e05b2fc0d TORTILLA/TORTILLA.h
--- a/TORTILLA/TORTILLA.h Wed Feb 13 03:47:33 2019 +0000
+++ b/TORTILLA/TORTILLA.h Wed Feb 20 15:35:56 2019 +0000
@@ -3,7 +3,7 @@
class TORTILLA{
public:
TORTILLA(void);
- void check(void);
+ int check(void);
void setDP(int DP);
bool getExtruder(void);
void setExtruder(bool NEW);
@@ -31,4 +31,5 @@
bool OVEN_PRODUCTION;
int desiredProduction;
bool TORTILLA_PRODUCTION;
+ int ENDED;
};//TORTILLA
\ No newline at end of file