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:
- 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