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.
Dependencies: mbed Rejestrator
Diff: WaitForSwitch.h
- Revision:
- 0:fa31f8461c63
diff -r 000000000000 -r fa31f8461c63 WaitForSwitch.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WaitForSwitch.h Sat Apr 18 17:01:57 2015 +0000 @@ -0,0 +1,4 @@ +#include <mbed.h> +#include <Thread.h> + +void WaitForSwitch(DigitalIn Switch, PwmOut led);