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: CUTTER/CUTTER.h
- Revision:
- 2:364e8d3f9ee4
- Parent:
- 1:4fb1de70cd4d
--- a/CUTTER/CUTTER.h Mon Feb 11 23:01:09 2019 +0000
+++ b/CUTTER/CUTTER.h Tue Feb 12 18:10:24 2019 +0000
@@ -12,6 +12,7 @@
void cutt(void);
bool available(void);
void setTimer(int t);
+ int getTimer(void);
private:
DigitalIn CutterUp;
DigitalIn CutterDown;
@@ -20,4 +21,5 @@
bool checkUp;
bool cutting;
int timer;
+ int ProductionTimer;
};//CUTTER
\ No newline at end of file