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: GRIDDLE/GRIDDLE.h
- Revision:
- 1:4fb1de70cd4d
- Parent:
- 0:b47aaa131075
- Child:
- 3:dd5c9690ed0d
--- a/GRIDDLE/GRIDDLE.h Mon Feb 11 15:28:07 2019 +0000 +++ b/GRIDDLE/GRIDDLE.h Mon Feb 11 23:01:09 2019 +0000 @@ -8,10 +8,12 @@ void Home(void); bool isFree(void); bool check(void); + void setTimer(int t); private: PwmOut GriddlePWM; DigitalOut GriddleMotorUp; DigitalOut GriddleMotorDown; DigitalIn GriddleHome; int TimerDown; + int timer; };//GRIDDLE \ No newline at end of file