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:
- 3:dd5c9690ed0d
- Parent:
- 1:4fb1de70cd4d
- Child:
- 4:379e05b2fc0d
diff -r 364e8d3f9ee4 -r dd5c9690ed0d GRIDDLE/GRIDDLE.h --- a/GRIDDLE/GRIDDLE.h Tue Feb 12 18:10:24 2019 +0000 +++ b/GRIDDLE/GRIDDLE.h Wed Feb 13 03:47:33 2019 +0000 @@ -6,6 +6,7 @@ GRIDDLE(PinName Pwm,PinName Up,PinName Down,PinName Home); void Init(void); void Home(void); + void press(void); bool isFree(void); bool check(void); void setTimer(int t);