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:
- 2:364e8d3f9ee4
- Parent:
- 1:4fb1de70cd4d
- Child:
- 4:379e05b2fc0d
diff -r 4fb1de70cd4d -r 364e8d3f9ee4 TORTILLA/TORTILLA.h
--- 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;